google_api_street_view_publish v0.5.1 GoogleApi.StreetViewPublish.V1.Model.Place View Source

Place metadata for an entity.

Attributes

  • languageCode (String.t): Output-only. The language_code that the name is localized with. This should be the language_code specified in the request, but may be a fallback. Defaults to: null.
  • name (String.t): Output-only. The name of the place, localized to the language_code. Defaults to: null.
  • placeId (String.t): Place identifier, as described in https://developers.google.com/places/place-id. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.StreetViewPublish.V1.Model.Place{
  languageCode: any(),
  name: any(),
  placeId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.