Show / Hide Table of Contents

Class ClassTemplateInfo

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

Properties

CardBarcodeSectionDetails

Specifies extra information to be displayed above and below the barcode.

Declaration
[JsonProperty("cardBarcodeSectionDetails")]
public virtual CardBarcodeSectionDetails CardBarcodeSectionDetails { get; set; }
Property Value
Type Description
CardBarcodeSectionDetails

CardTemplateOverride

Override for the card view.

Declaration
[JsonProperty("cardTemplateOverride")]
public virtual CardTemplateOverride CardTemplateOverride { get; set; }
Property Value
Type Description
CardTemplateOverride

DetailsTemplateOverride

Override for the details view (beneath the card view).

Declaration
[JsonProperty("detailsTemplateOverride")]
public virtual DetailsTemplateOverride DetailsTemplateOverride { get; set; }
Property Value
Type Description
DetailsTemplateOverride

ETag

The ETag of the item.

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

ListTemplateOverride

Override for the passes list view.

Declaration
[JsonProperty("listTemplateOverride")]
public virtual ListTemplateOverride ListTemplateOverride { get; set; }
Property Value
Type Description
ListTemplateOverride

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX