Class BusinessHours
Represents the time periods that this location is open for business. Holds a collection of TimePeriod instances.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class BusinessHours : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Periods
Required. A collection of times that this location is open for business. Each period represents a range of hours when the location is open during the week.
Declaration
[JsonProperty("periods")]
public virtual IList<TimePeriod> Periods { get; set; }
Property Value
Type | Description |
---|---|
IList<TimePeriod> |