Class AppLinkData
Implements
Inherited Members
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 |
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 |