google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.Place View Source

Attributes

  • address (type: GoogleApi.Plus.V1.Model.PlaceAddress.t, default: nil) - The physical address of the place.
  • displayName (type: String.t, default: nil) - The display name of the place.
  • id (type: String.t, default: nil) - The id of the place.
  • kind (type: String.t, default: plus#place) - Identifies this resource as a place. Value: "plus#place".
  • position (type: GoogleApi.Plus.V1.Model.PlacePosition.t, default: nil) - The position of the place.

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.Plus.V1.Model.Place{
  address: GoogleApi.Plus.V1.Model.PlaceAddress.t(),
  displayName: String.t(),
  id: String.t(),
  kind: String.t(),
  position: GoogleApi.Plus.V1.Model.PlacePosition.t()
}

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.