GoogleApi.Firebase.V1beta1.Model.Location (google_api_firebase v0.13.3)

View Source

DEPRECATED. This Location is no longer used to determine Firebase resource locations. Instead, consult product documentation to determine valid locations for each resource used in your Project. A "location for default Google Cloud resources" that can be selected for a FirebaseProject. These are resources associated with Google App Engine.

Attributes

  • features (type: list(String.t), default: nil) - Products and services that are available in the location for default Google Cloud resources.
  • locationId (type: String.t, default: nil) - The ID of the Project's location for default Google Cloud resources. It will be one of the available Google App Engine locations.
  • type (type: String.t, default: nil) - Indicates whether the location for default Google Cloud resources is a regional or multi-regional location for data replication.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firebase.V1beta1.Model.Location{
  features: [String.t()] | nil,
  locationId: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.