Struct google_clouderrorreporting1_beta1::ListEventsResponse[][src]

pub struct ListEventsResponse {
    pub next_page_token: Option<String>,
    pub error_events: Option<Vec<ErrorEvent>>,
    pub time_range_begin: Option<String>,
}

Contains a set of requested error events.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

The error events which match the given request.

The timestamp specifies the start time to which the request was restricted.

Trait Implementations

impl Default for ListEventsResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ListEventsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListEventsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListEventsResponse
[src]

Auto Trait Implementations