Class BusinessDayConfig
Business days of the warehouse.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class BusinessDayConfig : IMessage<BusinessDayConfig>, IEquatable<BusinessDayConfig>, IDeepCloneable<BusinessDayConfig>, IBufferMessage, IMessage
Constructors
BusinessDayConfig()
Declaration
public BusinessDayConfig()
BusinessDayConfig(BusinessDayConfig)
Declaration
public BusinessDayConfig(BusinessDayConfig other)
Parameters
Type | Name | Description |
---|---|---|
BusinessDayConfig | other |
Properties
BusinessDays
Required. Regular business days. May not be empty.
Declaration
public RepeatedField<BusinessDayConfig.Types.Weekday> BusinessDays { get; }
Property Value
Type | Description |
---|---|
RepeatedField<BusinessDayConfig.Types.Weekday> |