Struct google_cloudresourcemanager1_beta1::ListOrganizationsResponse [] [src]

pub struct ListOrganizationsResponse {
    pub next_page_token: Option<String>,
    pub organizations: Option<Vec<Organization>>,
}

The response returned from the ListOrganizations method.

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 pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.

The list of Organizations that matched the list query, possibly paginated.

Trait Implementations

impl Default for ListOrganizationsResponse
[src]

[src]

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

impl Clone for ListOrganizationsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ListOrganizationsResponse
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for ListOrganizationsResponse
[src]