GoogleApi.FirebaseHosting.V1beta1.Model.ListReleasesResponse (google_api_firebase_hosting v0.15.0) View Source
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The pagination token, if more results exist beyond the ones in this response. Include this token in your next call toListReleases
. Page tokens are short-lived and should not be stored. -
releases
(type:list(GoogleApi.FirebaseHosting.V1beta1.Model.Release.t)
, default:nil
) - The list of hashes of files that still need to be uploaded, if any exist.
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.ListReleasesResponse{ nextPageToken: String.t() | nil, releases: [GoogleApi.FirebaseHosting.V1beta1.Model.Release.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.