View Source GoogleApi.StreetViewPublish.V1.Model.Place (google_api_street_view_publish v0.20.0)

Place metadata for an entity.

Attributes

  • languageCode (type: String.t, default: nil) - 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.
  • name (type: String.t, default: nil) - Output only. The name of the place, localized to the language_code.
  • placeId (type: String.t, default: nil) - Place identifier, as described in https://developers.google.com/places/place-id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.Place{
  languageCode: String.t() | nil,
  name: String.t() | nil,
  placeId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.