Class NavigationInfo
Information of navigation behavior.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class NavigationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableForcedRedirect
If this option is on, FDL click will be forced to redirect rather than show an interstitial page.
Declaration
[JsonProperty("enableForcedRedirect")]
public virtual bool? EnableForcedRedirect { get; set; }
Property Value
Type | Description |
---|---|
bool? |