Struct google_composer1::ListEnvironmentsResponse[][src]

pub struct ListEnvironmentsResponse {
    pub next_page_token: Option<String>,
    pub environments: Option<Vec<Environment>>,
}

The environments in a project and location.

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

The page token used to query for the next page if one exists.

The list of environments returned by a ListEnvironmentsRequest.

Trait Implementations

impl Default for ListEnvironmentsResponse
[src]

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

impl Clone for ListEnvironmentsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListEnvironmentsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListEnvironmentsResponse
[src]

Auto Trait Implementations