View Source GoogleApi.FirebaseHosting.V1beta1.Model.Release (google_api_firebase_hosting v0.17.1)
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 either of the following formats: - sites/SITE_ID/releases/RELEASE_ID - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID This name is provided in the response body when you callreleases.create
orchannels.releases.create
. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.Release{ message: String.t() | nil, name: String.t() | nil, releaseTime: DateTime.t() | nil, releaseUser: GoogleApi.FirebaseHosting.V1beta1.Model.ActingUser.t() | nil, type: String.t() | nil, version: GoogleApi.FirebaseHosting.V1beta1.Model.Version.t() | nil }