Class GroupingInfo
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class GroupingInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupingId
Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
Declaration
[JsonProperty("groupingId")]
public virtual string GroupingId { get; set; }
Property Value
Type | Description |
---|---|
string |
SortIndex
Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
Declaration
[JsonProperty("sortIndex")]
public virtual int? SortIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |