Class ListEventsResponse (1.2.3)

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

Contains a set of requested error events. .. attribute:: error_events

The error events which match the given request.

:type: Sequence[google.cloud.errorreporting_v1beta1.types.ErrorEvent]

Attributes

NameDescription
next_page_token str
If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.
time_range_begin google.protobuf.timestamp_pb2.Timestamp
The timestamp specifies the start time to which the request was restricted.