Class SpecialHours
Represents a set of time periods when a location's operational hours differ from its normal business hours.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class SpecialHours : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecialHourPeriods
Required. A list of exceptions to the business's regular hours.
Declaration
[JsonProperty("specialHourPeriods")]
public virtual IList<SpecialHourPeriod> SpecialHourPeriods { get; set; }
Property Value
Type | Description |
---|---|
IList<SpecialHourPeriod> |