Show / Hide Table of Contents

Class AppLinkDataAppLinkInfoAppTarget

Inheritance
object
AppLinkDataAppLinkInfoAppTarget
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX