Class GoogleMapsPlacesV1PlaceOpeningHoursPeriod
A period the place remains in open_now status.
Implements
Inherited Members
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 |