Show / Hide Table of Contents

Class NavigationInfo

Information of navigation behavior.

Inheritance
System.Object
NavigationInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class NavigationInfo : IDirectResponseSchema

Properties

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
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top