GoogleApi.Eventarc.V1.Model.ListChannelsResponse (google_api_eventarc v0.18.0)
View SourceThe response message for the ListChannels
method.
Attributes
-
channels
(type:list(GoogleApi.Eventarc.V1.Model.Channel.t)
, default:nil
) - The requested channels, up to the number specified inpage_size
. -
nextPageToken
(type:String.t
, default:nil
) - A page token that can be sent toListChannels
to request the next page. If this is empty, then there are no more pages. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources, if any.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.ListChannelsResponse{ channels: [GoogleApi.Eventarc.V1.Model.Channel.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }