Struct google_runtimeconfig1_beta1::ListWaitersResponse[][src]

pub struct ListWaitersResponse {
    pub next_page_token: Option<String>,
    pub waiters: Option<Vec<Waiter>>,
}

Response for the ListWaiters() method. Order of returned waiter objects is arbitrary.

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

This token allows you to get the next page of results for list requests. If the number of results is larger than pageSize, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results

Found waiters in the project.

Trait Implementations

impl Default for ListWaitersResponse
[src]

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

impl Clone for ListWaitersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListWaitersResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListWaitersResponse
[src]

Auto Trait Implementations