google_api_firebase_hosting v0.10.0 GoogleApi.FirebaseHosting.V1beta1.Model.Release View Source
A Release
is a particular collection of configurations and files that is set to be public at a particular time.
Attributes
-
message
(type:String.t
, default:nil
) - The deploy description when the release was created. The value can be up to 512 characters. -
name
(type:String.t
, default:nil
) - Output only. The unique identifier for the release, in the format: sites/ site-name/releases/releaseID This name is provided in the response body when you call theCreateRelease
endpoint. -
releaseTime
(type:DateTime.t
, default:nil
) - Output only. The time at which the version is set to be public. -
releaseUser
(type:GoogleApi.FirebaseHosting.V1beta1.Model.ActingUser.t
, default:nil
) - Output only. Identifies the user who created the release. -
type
(type:String.t
, default:nil
) - Explains the reason for the release. Specify a value for this field only when creating aSITE_DISABLE
type release. -
version
(type:GoogleApi.FirebaseHosting.V1beta1.Model.Version.t
, default:nil
) - Output only. The configuration and content that was released.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.Release{ message: String.t(), name: String.t(), releaseTime: DateTime.t(), releaseUser: GoogleApi.FirebaseHosting.V1beta1.Model.ActingUser.t(), type: String.t(), version: GoogleApi.FirebaseHosting.V1beta1.Model.Version.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.