GoogleApi.FirebaseStorage.V1beta.Model.Bucket (google_api_firebase_storage v0.2.0) View Source

A storage bucket and its relation to a parent Firebase project.

Attributes

  • location (type: String.t, default: nil) - Output only. Location of the storage bucket.
  • name (type: String.t, default: nil) - Resource name of the bucket.
  • reconciling (type: boolean(), default: nil) - Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseStorage.V1beta.Model.Bucket{
  location: String.t() | nil,
  name: String.t() | nil,
  reconciling: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.