Class AuthorAttribution
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
Attribution for the author of a photo or review.
public sealed class AuthorAttribution
- Inheritance
-
AuthorAttribution
- Inherited Members
Properties
DisplayName
Display name of the author.
[JsonPropertyName("displayName")]
public string? DisplayName { get; set; }
Property Value
PhotoUri
URI to the author's profile photo.
[JsonPropertyName("photoUri")]
public string? PhotoUri { get; set; }
Property Value
Uri
URI to the author's profile.
[JsonPropertyName("uri")]
public string? Uri { get; set; }