google_api_firebase_hosting v0.10.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 next list 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

Specs

t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListReleasesResponse{
  nextPageToken: String.t(),
  releases: [GoogleApi.FirebaseHosting.V1beta1.Model.Release.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.