Show / Hide Table of Contents

Class MoreHours

The time periods during which a location is open for certain types of business.

Inheritance
object
MoreHours
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX