Class AuthorAttribution
Information about the author of the UGC data. Used in [Photo][google.maps.places.v1.Photo], and [Review][google.maps.places.v1.Review].
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class AuthorAttribution : IMessage<AuthorAttribution>, IEquatable<AuthorAttribution>, IDeepCloneable<AuthorAttribution>, IBufferMessage, IMessage
Constructors
AuthorAttribution()
Declaration
public AuthorAttribution()
AuthorAttribution(AuthorAttribution)
Declaration
public AuthorAttribution(AuthorAttribution other)
Parameters
Type | Name | Description |
---|---|---|
AuthorAttribution | other |
Properties
DisplayName
Name of the author of the [Photo][google.maps.places.v1.Photo] or [Review][google.maps.places.v1.Review].
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
PhotoUri
Profile photo URI of the author of the [Photo][google.maps.places.v1.Photo] or [Review][google.maps.places.v1.Review].
Declaration
public string PhotoUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
URI of the author of the [Photo][google.maps.places.v1.Photo] or [Review][google.maps.places.v1.Review].
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |