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

View Source

Info about the place in which this place is located.

Attributes

  • id (type: String.t, default: nil) - The place id of the place in which this place is located.
  • name (type: String.t, default: nil) - The resource name of the place in which this place is located.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceContainingPlace{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.