Class ListTemplateOverride
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ListTemplateOverride : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstRowOption
Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
Declaration
[JsonProperty("firstRowOption")]
public virtual FirstRowOption FirstRowOption { get; set; }
Property Value
Type | Description |
---|---|
FirstRowOption |
SecondRowOption
A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
Declaration
[JsonProperty("secondRowOption")]
public virtual FieldSelector SecondRowOption { get; set; }
Property Value
Type | Description |
---|---|
FieldSelector |
ThirdRowOption
An unused/deprecated field. Setting it will have no effect on what the user sees.
Declaration
[JsonProperty("thirdRowOption")]
public virtual FieldSelector ThirdRowOption { get; set; }
Property Value
Type | Description |
---|---|
FieldSelector |