Show / Hide Table of Contents

Class AppLinkData

Inheritance
object
AppLinkData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class AppLinkData : IDirectResponseSchema

Properties

AndroidAppLinkInfo

Optional information about the partner app link.

Declaration
[JsonProperty("androidAppLinkInfo")]
public virtual AppLinkDataAppLinkInfo AndroidAppLinkInfo { get; set; }
Property Value
Type Description
AppLinkDataAppLinkInfo

DisplayText

Optional display text for the app link button. Character limit is 30.

Declaration
[JsonProperty("displayText")]
public virtual LocalizedString DisplayText { get; set; }
Property Value
Type Description
LocalizedString

ETag

The ETag of the item.

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

IosAppLinkInfo

Deprecated. Links to open iOS apps are not supported.

Declaration
[JsonProperty("iosAppLinkInfo")]
public virtual AppLinkDataAppLinkInfo IosAppLinkInfo { get; set; }
Property Value
Type Description
AppLinkDataAppLinkInfo

WebAppLinkInfo

Optional information about the partner web link.

Declaration
[JsonProperty("webAppLinkInfo")]
public virtual AppLinkDataAppLinkInfo WebAppLinkInfo { get; set; }
Property Value
Type Description
AppLinkDataAppLinkInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX