Struct google_deploymentmanager2::DeploymentsListResponse [] [src]

pub struct DeploymentsListResponse {
    pub next_page_token: Option<String>,
    pub deployments: Option<Vec<Deployment>>,
}

A response containing a partial list of deployments 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

[Output Only] A token used to continue a truncated list request.

[Output Only] The deployments contained in this response.

Trait Implementations

impl Default for DeploymentsListResponse
[src]

[src]

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

impl Clone for DeploymentsListResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeploymentsListResponse
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for DeploymentsListResponse
[src]