GoogleApi.CloudErrorReporting.V1beta1.Model.ListEventsResponse (google_api_cloud_error_reporting v0.19.1) View Source

Contains a set of requested error events.

Attributes

  • errorEvents (type: list(GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorEvent.t), default: nil) - The error events which match the given request.
  • nextPageToken (type: String.t, default: nil) - 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.
  • timeRangeBegin (type: DateTime.t, default: nil) - The timestamp specifies the start time to which the request was restricted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ListEventsResponse{
  errorEvents:
    [GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorEvent.t()] | nil,
  nextPageToken: String.t() | nil,
  timeRangeBegin: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.