Class BusinessDayConfig
Business days of the warehouse.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class BusinessDayConfig : IDirectResponseSchema
Properties
BusinessDays
Required. Regular business days. May not be empty.
Declaration
[JsonProperty("businessDays")]
public virtual IList<string> BusinessDays { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |