View Source GoogleApi.FirebaseStorage.V1beta.Model.DefaultBucket (google_api_firebase_storage v0.4.0)
Spark tier-eligible Cloud Storage bucket. One per project. This resource exists if the underlying Cloud Storage bucket exists and it is linked to your Firebase project. See https://firebase.google.com/pricing for pricing details.
Attributes
-
bucket
(type:GoogleApi.FirebaseStorage.V1beta.Model.Bucket.t
, default:nil
) - Output only. Underlying bucket resource. -
location
(type:String.t
, default:nil
) - Immutable. Location of the default bucket. -
name
(type:String.t
, default:nil
) - Resource name of the default bucket. -
storageClass
(type:String.t
, default:nil
) - Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseStorage.V1beta.Model.DefaultBucket{ bucket: GoogleApi.FirebaseStorage.V1beta.Model.Bucket.t() | nil, location: String.t() | nil, name: String.t() | nil, storageClass: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.