GoogleApi.Eventarc.V1beta1.Model.ListTriggersResponse (google_api_eventarc v0.7.0) View Source
The response message for the ListTriggers method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A page token that can be sent to ListTriggers to request the next page. If this is empty, then there are no more pages. -
triggers
(type:list(GoogleApi.Eventarc.V1beta1.Model.Trigger.t)
, default:nil
) - The requested triggers, up to the number specified inpage_size
. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources, if any.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Eventarc.V1beta1.Model.ListTriggersResponse{ nextPageToken: String.t() | nil, triggers: [GoogleApi.Eventarc.V1beta1.Model.Trigger.t()] | nil, unreachable: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.