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

View Source

Information about data providers of this place.

Attributes

  • provider (type: String.t, default: nil) - Name of the Place's data provider.
  • providerUri (type: String.t, default: nil) - URI to the Place's data provider.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceAttribution{
  provider: String.t() | nil,
  providerUri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.