Class AppLinkDataAppLinkInfoAppTarget
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class AppLinkDataAppLinkInfoAppTarget : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
Package name for AppTarget. For example: com.google.android.gm
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetUri
URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
Declaration
[JsonProperty("targetUri")]
public virtual Uri TargetUri { get; set; }
Property Value
Type | Description |
---|---|
Uri |