Class InfoModuleData
Inheritance
InfoModuleData
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class InfoModuleData : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LabelValueRows
A list of collections of labels and values. These will be displayed one after the other in a singular
column.
Declaration
[JsonProperty("labelValueRows")]
public virtual IList<LabelValueRow> LabelValueRows { get; set; }
Property Value
ShowLastUpdateTime
Declaration
[JsonProperty("showLastUpdateTime")]
public virtual bool? ShowLastUpdateTime { get; set; }
Property Value
Implements