google_api_firebase_hosting v0.6.0 GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionsResponse View Source

The response when listing Versions.

Attributes

  • nextPageToken (type: String.t, default: nil) - The pagination token, if more results exist
  • versions (type: list(GoogleApi.FirebaseHosting.V1beta1.Model.Version.t), default: nil) - The list of versions, 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 Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionsResponse{
  nextPageToken: String.t(),
  versions: [GoogleApi.FirebaseHosting.V1beta1.Model.Version.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.