Class ListTriggersResponse (0.1.0)

ListTriggersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for the ListTriggers method. .. attribute:: triggers

The requested triggers, up to the number specified in page_size.

:type: Sequence[google.cloud.eventarc_v1.types.Trigger]

Attributes

NameDescription
next_page_token str
A page token that can be sent to ListTriggers to request the next page. If this is empty, then there are no more pages.
unreachable Sequence[str]
Unreachable resources, if any.