google_api_firebase_hosting v0.5.0 GoogleApi.FirebaseHosting.V1beta1.Model.ListReleasesResponse View Source
Attributes
nextPageToken
(type:String.t
, default:nil
) - If there are additional releases remaining beyond the ones in this response, then supply this token in the nextlist
call to continue with the next set of releases.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
Link to this type
t()
View Sourcet() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListReleasesResponse{ nextPageToken: String.t(), releases: [GoogleApi.FirebaseHosting.V1beta1.Model.Release.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.