Show / Hide Table of Contents

Class GoogleMapsPlacesV1ContentBlock

A block of content that can be served individually.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX