View Source GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionsResponse (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 toListVersions
. Page tokens are short-lived and should not be stored. -
versions
(type:list(GoogleApi.FirebaseHosting.V1beta1.Model.Version.t)
, default:nil
) - The list of versions, if any exist.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionsResponse{ nextPageToken: String.t() | nil, versions: [GoogleApi.FirebaseHosting.V1beta1.Model.Version.t()] | nil }