Show / Hide Table of Contents

Class TransitTimeRow

If there's only one dimension set of postal_code_group_names or transit_time_labels, there are multiple rows each with one value for that dimension. If there are two dimensions, each row corresponds to a postal_code_group_names, and columns (values) to a transit_time_labels.

Inheritance
object
TransitTimeRow
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.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class TransitTimeRow : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Values

Required. Transit time range (min-max) in business days.

Declaration
[JsonProperty("values")]
public virtual IList<TransitTimeValue> Values { get; set; }
Property Value
Type Description
IList<TransitTimeValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX