Class Resources
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class Resources : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTicketClasses
A list of event ticket classes.
Declaration
[JsonProperty("eventTicketClasses")]
public virtual IList<EventTicketClass> EventTicketClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<EventTicketClass> |
EventTicketObjects
A list of event ticket objects.
Declaration
[JsonProperty("eventTicketObjects")]
public virtual IList<EventTicketObject> EventTicketObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<EventTicketObject> |
FlightClasses
A list of flight classes.
Declaration
[JsonProperty("flightClasses")]
public virtual IList<FlightClass> FlightClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<FlightClass> |
FlightObjects
A list of flight objects.
Declaration
[JsonProperty("flightObjects")]
public virtual IList<FlightObject> FlightObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<FlightObject> |
GenericClasses
A list of generic classes.
Declaration
[JsonProperty("genericClasses")]
public virtual IList<GenericClass> GenericClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<GenericClass> |
GenericObjects
A list of generic objects.
Declaration
[JsonProperty("genericObjects")]
public virtual IList<GenericObject> GenericObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<GenericObject> |
GiftCardClasses
A list of gift card classes.
Declaration
[JsonProperty("giftCardClasses")]
public virtual IList<GiftCardClass> GiftCardClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<GiftCardClass> |
GiftCardObjects
A list of gift card objects.
Declaration
[JsonProperty("giftCardObjects")]
public virtual IList<GiftCardObject> GiftCardObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<GiftCardObject> |
LoyaltyClasses
A list of loyalty classes.
Declaration
[JsonProperty("loyaltyClasses")]
public virtual IList<LoyaltyClass> LoyaltyClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<LoyaltyClass> |
LoyaltyObjects
A list of loyalty objects.
Declaration
[JsonProperty("loyaltyObjects")]
public virtual IList<LoyaltyObject> LoyaltyObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<LoyaltyObject> |
OfferClasses
A list of offer classes.
Declaration
[JsonProperty("offerClasses")]
public virtual IList<OfferClass> OfferClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<OfferClass> |
OfferObjects
A list of offer objects.
Declaration
[JsonProperty("offerObjects")]
public virtual IList<OfferObject> OfferObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<OfferObject> |
TransitClasses
A list of transit classes.
Declaration
[JsonProperty("transitClasses")]
public virtual IList<TransitClass> TransitClasses { get; set; }
Property Value
Type | Description |
---|---|
IList<TransitClass> |
TransitObjects
A list of transit objects.
Declaration
[JsonProperty("transitObjects")]
public virtual IList<TransitObject> TransitObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<TransitObject> |