GoogleApi.Places.V1.Model.GoogleMapsPlacesV1AuthorAttribution (google_api_places v0.11.0)

View Source

Information about the author of the UGC data. Used in Photo, and Review.

Attributes

  • displayName (type: String.t, default: nil) - Name of the author of the Photo or Review.
  • photoUri (type: String.t, default: nil) - Profile photo URI of the author of the Photo or Review.
  • uri (type: String.t, default: nil) - URI of the author of the Photo or Review.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1AuthorAttribution{
  displayName: String.t() | nil,
  photoUri: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.