Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceOpeningHoursPeriod

A period the place remains in open_now status.

Inheritance
object
GoogleMapsPlacesV1PlaceOpeningHoursPeriod
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.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceOpeningHoursPeriod : IDirectResponseSchema

Properties

Close

The time that the place starts to be closed.

Declaration
[JsonProperty("close")]
public virtual GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint Close { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Open

The time that the place starts to be open.

Declaration
[JsonProperty("open")]
public virtual GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint Open { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX