View Source GoogleApi.FirebaseHosting.V1beta1.Model.ListReleasesResponse (google_api_firebase_hosting v0.17.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListReleasesResponse{ nextPageToken: String.t() | nil, releases: [GoogleApi.FirebaseHosting.V1beta1.Model.Release.t()] | nil }