Struct google_proximitybeacon1_beta1::ListDiagnosticsResponse[][src]

pub struct ListDiagnosticsResponse {
    pub next_page_token: Option<String>,
    pub diagnostics: Option<Vec<Diagnostics>>,
}

Response that contains the requested diagnostics.

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

Token that can be used for pagination. Returned only if the request matches more beacons than can be returned in this response.

The diagnostics matching the given request.

Trait Implementations

impl Default for ListDiagnosticsResponse
[src]

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

impl Clone for ListDiagnosticsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListDiagnosticsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListDiagnosticsResponse
[src]

Auto Trait Implementations