Show / Hide Table of Contents

Class TransitTable

Inheritance
object
TransitTable
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class TransitTable : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<string>

Rows

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

TransitTimeLabels

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX