Class TransitTable
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class TransitTable : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
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
Rows
Declaration
[JsonProperty("rows")]
public virtual IList<TransitTableTransitTimeRow> Rows { get; set; }
Property Value
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
Implements