Class MoreHours
The time periods during which a location is open for certain types of business.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class MoreHours : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HoursTypeId
Required. Type of hours. Clients should call {#link businessCategories:BatchGet} to get supported hours types for categories of their locations.
Declaration
[JsonProperty("hoursTypeId")]
public virtual string HoursTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
Periods
Required. A collection of times that this location is open. 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> |