Show / Hide Table of Contents

Class TicketRestrictions

Inheritance
object
TicketRestrictions
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 TicketRestrictions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OtherRestrictions

Extra restrictions that don't fall under the "route" or "time" categories.

Declaration
[JsonProperty("otherRestrictions")]
public virtual LocalizedString OtherRestrictions { get; set; }
Property Value
Type Description
LocalizedString

RouteRestrictions

Restrictions about routes that may be taken. For example, this may be the string "Reserved CrossCountry trains only".

Declaration
[JsonProperty("routeRestrictions")]
public virtual LocalizedString RouteRestrictions { get; set; }
Property Value
Type Description
LocalizedString

RouteRestrictionsDetails

More details about the above routeRestrictions.

Declaration
[JsonProperty("routeRestrictionsDetails")]
public virtual LocalizedString RouteRestrictionsDetails { get; set; }
Property Value
Type Description
LocalizedString

TimeRestrictions

Restrictions about times this ticket may be used.

Declaration
[JsonProperty("timeRestrictions")]
public virtual LocalizedString TimeRestrictions { get; set; }
Property Value
Type Description
LocalizedString

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX