GoogleApi.FirebaseHosting.V1beta1.Model.ListChannelsResponse (google_api_firebase_hosting v0.12.1) View Source
The response returned by ListChannels.
Attributes
-
channels
(type:list(GoogleApi.FirebaseHosting.V1beta1.Model.Channel.t)
, default:nil
) - The list of channels. -
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.
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.ListChannelsResponse{ channels: [GoogleApi.FirebaseHosting.V1beta1.Model.Channel.t()], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.