GoogleApi.FirebaseHosting.V1beta1.Model.ListChannelsResponse (google_api_firebase_hosting v0.15.0) View Source

Attributes

  • channels (type: list(GoogleApi.FirebaseHosting.V1beta1.Model.Channel.t), default: nil) - The list of channels.
  • 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 to ListChannels. Page tokens are short-lived and should not be stored.

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()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.