Struct google_monitoring3::ListUptimeCheckIpsResponse[][src]

pub struct ListUptimeCheckIpsResponse {
    pub uptime_check_ips: Option<Vec<UptimeCheckIp>>,
    pub next_page_token: Option<String>,
}

The protocol for the ListUptimeCheckIps response.

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

The returned list of IP addresses (including region and location) that the checkers run from.

This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented

Trait Implementations

impl Default for ListUptimeCheckIpsResponse
[src]

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

impl Clone for ListUptimeCheckIpsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListUptimeCheckIpsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListUptimeCheckIpsResponse
[src]

Auto Trait Implementations