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

Attributes

  • address (PlaceAddress): Defaults to: null.
  • displayName (String.t): The display name of the place. Defaults to: null.
  • id (String.t): The id of the place. Defaults to: null.
  • kind (String.t): Identifies this resource as a place. Value: "plus#place". Defaults to: null.
  • position (PlacePosition): 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.Plus.V1.Model.Place{
  address: GoogleApi.Plus.V1.Model.PlaceAddress.t(),
  displayName: any(),
  id: any(),
  kind: any(),
  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.