Struct google_deploymentmanager2::OperationsListResponse[][src]

pub struct OperationsListResponse {
    pub next_page_token: Option<String>,
    pub operations: Option<Vec<Operation>>,
}

A response containing a partial list of operations 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. Operations contained in this list response.

Trait Implementations

impl Default for OperationsListResponse
[src]

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

impl Clone for OperationsListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OperationsListResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for OperationsListResponse
[src]

Auto Trait Implementations