Class GoogleMapsPlacesV1PlaceAttribution
Information about data providers of this place.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceAttribution : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
Name of the Place's data provider.
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
ProviderUri
URI to the Place's data provider.
Declaration
[JsonProperty("providerUri")]
public virtual string ProviderUri { get; set; }
Property Value
Type | Description |
---|---|
string |