Show / Hide Table of Contents

Class SpecialHours

Represents a set of time periods when a location's operational hours differ from its normal business hours.

Inheritance
object
SpecialHours
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX