Class BusinessDayConfig
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BusinessDayConfig : IDirectResponseSchema
Properties
BusinessDays
Regular business days, such as '"monday"'. 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 |