Struct google_cloudresourcemanager1::ListOrgPoliciesResponse [] [src]

pub struct ListOrgPoliciesResponse {
    pub next_page_token: Option<String>,
    pub policies: Option<Vec<OrgPolicy>>,
}

The response returned from the ListOrgPolicies method. It will be empty if no Policies are set on the resource.

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

Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.

The Policies that are set on the resource. It will be empty if no Policies are set.

Trait Implementations

impl Default for ListOrgPoliciesResponse
[src]

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

impl Clone for ListOrgPoliciesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListOrgPoliciesResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for ListOrgPoliciesResponse
[src]