Show / Hide Table of Contents

Class BusinessDayConfig

Business days of the warehouse.

Inheritance
object
BusinessDayConfig
Implements
IMessage<BusinessDayConfig>
IEquatable<BusinessDayConfig>
IDeepCloneable<BusinessDayConfig>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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>
In this article
Back to top Generated by DocFX