Class GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint
Status changing points.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint : IDirectResponseSchema
Properties
Date
Date in the local timezone for the place.
Declaration
[JsonProperty("date")]
public virtual GoogleTypeDate Date { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeDate |
Day
A day of the week, as an integer in the range 0-6. 0 is Sunday, 1 is Monday, etc.
Declaration
[JsonProperty("day")]
public virtual int? Day { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Hour
The hour in 24 hour format. Ranges from 0 to 23.
Declaration
[JsonProperty("hour")]
public virtual int? Hour { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Minute
The minute. Ranges from 0 to 59.
Declaration
[JsonProperty("minute")]
public virtual int? Minute { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Truncated
Whether or not this endpoint was truncated. Truncation occurs when the real hours are outside the times we are willing to return hours between, so we truncate the hours back to these boundaries. This ensures that at most 24 * 7 hours from midnight of the day of the request are returned.
Declaration
[JsonProperty("truncated")]
public virtual bool? Truncated { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |