Show / Hide Table of Contents

Class AppLinkDataAppLinkInfo

Inheritance
object
AppLinkDataAppLinkInfo
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 AppLinkDataAppLinkInfo : IDirectResponseSchema

Properties

AppLogoImage

Deprecated. Image isn't supported in the app link module.

Declaration
[JsonProperty("appLogoImage")]
public virtual Image AppLogoImage { get; set; }
Property Value
Type Description
Image

AppTarget

Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.

Declaration
[JsonProperty("appTarget")]
public virtual AppLinkDataAppLinkInfoAppTarget AppTarget { get; set; }
Property Value
Type Description
AppLinkDataAppLinkInfoAppTarget

Description

Deprecated. Description isn't supported in the app link module.

Declaration
[JsonProperty("description")]
public virtual LocalizedString Description { 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

Title

Deprecated. Title isn't supported in the app link module.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX