Struct google_deploymentmanager2::ResourcesListResponse[][src]

pub struct ResourcesListResponse {
    pub next_page_token: Option<String>,
    pub resources: Option<Vec<ResourceType>>,
}

A response containing a partial list of resources and a page token used to build the next request if the request has been truncated.

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

A token used to continue a truncated list request.

Resources contained in this list response.

Trait Implementations

impl Default for ResourcesListResponse
[src]

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

impl Clone for ResourcesListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourcesListResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ResourcesListResponse
[src]

Auto Trait Implementations