Class GoogleMapsPlacesV1References
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. Reference that the generative content is related to.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1References : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Places
The list of resource names of the referenced places. This name can be used in other APIs that accept Place resource names.
Declaration
[JsonProperty("places")]
public virtual IList<string> Places { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Reviews
Reviews that serve as references.
Declaration
[JsonProperty("reviews")]
public virtual IList<GoogleMapsPlacesV1Review> Reviews { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1Review> |