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
GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification
Implements
Inherited Members
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? |