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 |
ReferencedPlaces
The list of resource names of the referenced places. This name can be used in other APIs that accept Place resource names.
Declaration
[JsonProperty("referencedPlaces")]
public virtual IList<string> ReferencedPlaces { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |