Show / Hide Table of Contents

Class GroupingInfo

Inheritance
object
GroupingInfo
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX