Struct google_runtimeconfig1_beta1::ListConfigsResponse[][src]

pub struct ListConfigsResponse {
    pub next_page_token: Option<String>,
    pub configs: Option<Vec<RuntimeConfig>>,
}

ListConfigs() returns the following response. The order of returned objects is arbitrary; that is, it is not ordered in any particular way.

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

A list of the configurations in the project. The order of returned objects is arbitrary; that is, it is not ordered in any particular way.

Trait Implementations

impl Default for ListConfigsResponse
[src]

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

impl Clone for ListConfigsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListConfigsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListConfigsResponse
[src]

Auto Trait Implementations