Class TransitTable.Types.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
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class TransitTable.Types.TransitTimeRow : IMessage<TransitTable.Types.TransitTimeRow>, IEquatable<TransitTable.Types.TransitTimeRow>, IDeepCloneable<TransitTable.Types.TransitTimeRow>, IBufferMessage, IMessage
Constructors
TransitTimeRow()
Declaration
public TransitTimeRow()
TransitTimeRow(TransitTimeRow)
Declaration
public TransitTimeRow(TransitTable.Types.TransitTimeRow other)
Parameters
Type | Name | Description |
---|---|---|
TransitTable.Types.TransitTimeRow | other |
Properties
Values
Required. Transit time range (min-max) in business days.
Declaration
public RepeatedField<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue> Values { get; }
Property Value
Type | Description |
---|---|
RepeatedField<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue> |