Show / Hide Table of Contents

Class GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. BusinessAvailabilityAttributes justifications. This shows some attributes a business has that could interest an end user.

Inheritance
object
GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification
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 GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification : IDirectResponseSchema

Properties

Delivery

If a place provides delivery.

Declaration
[JsonProperty("delivery")]
public virtual bool? Delivery { get; set; }
Property Value
Type Description
bool?

DineIn

If a place provides dine-in.

Declaration
[JsonProperty("dineIn")]
public virtual bool? DineIn { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Takeout

If a place provides takeout.

Declaration
[JsonProperty("takeout")]
public virtual bool? Takeout { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX