google_api_firestore v0.9.0 GoogleApi.Firestore.V1.Model.Location View Source

A resource that represents Google Cloud Platform location.

Attributes

  • displayName (type: String.t, default: nil) - The friendly name for this location, typically a nearby city name. For example, "Tokyo".

  • labels (type: map(), default: nil) - Cross-service attributes for the location. For example

    {"cloud.googleapis.com/region": "us-east1"}
  • locationId (type: String.t, default: nil) - The canonical id for this location. For example: "us-east1".

  • metadata (type: map(), default: nil) - Service-specific metadata. For example the available capacity at the given location.

  • name (type: String.t, default: nil) - Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"

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.Firestore.V1.Model.Location{
  displayName: String.t(),
  labels: map(),
  locationId: String.t(),
  metadata: map(),
  name: String.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.