View Source GoogleApi.Firebase.V1beta1.Model.Location (google_api_firebase v0.12.0)

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 GCP resource location that can be selected for a FirebaseProject.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.