Struct google_deploymentmanager2::ManifestsListResponse [] [src]

pub struct ManifestsListResponse {
    pub next_page_token: Option<String>,
    pub manifests: Option<Vec<Manifest>>,
}

A response containing a partial list of manifests 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] Manifests contained in this list response.

Trait Implementations

impl Debug for ManifestsListResponse
[src]

Formats the value using the given formatter.

impl Clone for ManifestsListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ManifestsListResponse
[src]

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

impl ResponseResult for ManifestsListResponse
[src]