Class TemplateItem
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class TemplateItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstValue
A reference to a field to display. If both firstValue
and secondValue
are populated, they will both
appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
Declaration
[JsonProperty("firstValue")]
public virtual FieldSelector FirstValue { get; set; }
Property Value
Type | Description |
---|---|
FieldSelector |
PredefinedItem
A predefined item to display. Only one of firstValue
or predefinedItem
may be set.
Declaration
[JsonProperty("predefinedItem")]
public virtual string PredefinedItem { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondValue
A reference to a field to display. This may only be populated if the firstValue
field is populated.
Declaration
[JsonProperty("secondValue")]
public virtual FieldSelector SecondValue { get; set; }
Property Value
Type | Description |
---|---|
FieldSelector |