View Source GoogleApi.Eventarc.V1.Model.ListTriggersResponse (google_api_eventarc v0.17.1)

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.V1.Model.Trigger.t), default: nil) - The requested triggers, up to the number specified in page_size.
  • unreachable (type: list(String.t), default: nil) - Unreachable resources, if any.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Eventarc.V1.Model.ListTriggersResponse{
  nextPageToken: String.t() | nil,
  triggers: [GoogleApi.Eventarc.V1.Model.Trigger.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.