Show / Hide Table of Contents

Class TransitTable

Inheritance
System.Object
TransitTable
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class TransitTable : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PostalCodeGroupNames

A list of postal group names. The last value can be "all other locations". Example: ["zone 1", "zone 2", "all other locations"]. The referred postal code groups must match the delivery country of the service.

Declaration
[JsonProperty("postalCodeGroupNames")]
public virtual IList<string> PostalCodeGroupNames { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Rows

Declaration
[JsonProperty("rows")]
public virtual IList<TransitTableTransitTimeRow> Rows { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<TransitTableTransitTimeRow>

TransitTimeLabels

A list of transit time labels. The last value can be &quot;all other labels&quot;. Example: [&quot;food&quot;, &quot;electronics&quot;, &quot;all other labels&quot;].

Declaration
[JsonProperty("transitTimeLabels")]
public virtual IList<string> TransitTimeLabels { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top