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
.
Implements
Inherited Members
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> |