Class ListEventsResponse (1.6.0)

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

Contains a set of requested error events.

Attributes

NameDescription
error_events Sequence[google.cloud.errorreporting_v1beta1.types.ErrorEvent]
The error events which match the given request.
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.

Inheritance

builtins.object > proto.message.Message > ListEventsResponse