Show / Hide Table of Contents

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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX