Class TransitTable
Transit time table, number of business days spent in transit based on row
and column dimensions. Either min_transit_days
, max_transit_days
or
transit_time_table
can be set, but not both.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class TransitTable : IMessage<TransitTable>, IEquatable<TransitTable>, IDeepCloneable<TransitTable>, IBufferMessage, IMessage
Constructors
TransitTable()
Declaration
public TransitTable()
TransitTable(TransitTable)
Declaration
public TransitTable(TransitTable other)
Parameters
Type | Name | Description |
---|---|---|
TransitTable | other |
Properties
PostalCodeGroupNames
Required. A list of region names
[Region.name][google.shopping.merchant.accounts.v1beta.Region.name] . 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
public RepeatedField<string> PostalCodeGroupNames { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
Rows
Required. 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
.
Declaration
public RepeatedField<TransitTable.Types.TransitTimeRow> Rows { get; }
Property Value
Type | Description |
---|---|
RepeatedField<TransitTable.Types.TransitTimeRow> |
TransitTimeLabels
Required. A list of transit time labels. The last value can be
"all other labels"
. Example:
["food", "electronics", "all other labels"]
.
Declaration
public RepeatedField<string> TransitTimeLabels { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |