Class GoogleMapsPlacesV1ContentBlock
A block of content that can be served individually.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1ContentBlock : IDirectResponseSchema
Properties
Content
Content related to the topic.
Declaration
[JsonProperty("content")]
public virtual GoogleTypeLocalizedText Content { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeLocalizedText |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. References that are related to this block of content.
Declaration
[JsonProperty("references")]
public virtual GoogleMapsPlacesV1References References { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1References |
Topic
The topic of the content, for example "overview" or "restaurant".
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |