Class GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay
Structured information for special days that fall within the period that the returned opening hours cover. Special days are days that could impact the business hours of a place, e.g. Christmas day.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay : IDirectResponseSchema
Properties
Date
The date of this special day.
Declaration
[JsonProperty("date")]
public virtual GoogleTypeDate Date { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |