Struct google_deploymentmanager2::TypesListResponse [] [src]

pub struct TypesListResponse {
    pub next_page_token: Option<String>,
    pub types: Option<Vec<Type>>,
}

A response that returns all Types supported by Deployment Manager

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.

[Output Only] A list of resource types supported by Deployment Manager.

Trait Implementations

impl Debug for TypesListResponse
[src]

Formats the value using the given formatter.

impl Clone for TypesListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TypesListResponse
[src]

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

impl ResponseResult for TypesListResponse
[src]