Struct google_cloudresourcemanager1::ListAvailableOrgPolicyConstraintsResponse[][src]

pub struct ListAvailableOrgPolicyConstraintsResponse {
    pub next_page_token: Option<String>,
    pub constraints: Option<Vec<Constraint>>,
}

The response returned from the ListAvailableOrgPolicyConstraints method. Returns all Constraints that could be set at this level of the hierarchy (contrast with the response from ListPolicies, which returns all policies which are set).

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.

The collection of constraints that are settable on the request resource.

Trait Implementations

impl Default for ListAvailableOrgPolicyConstraintsResponse
[src]

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

impl Clone for ListAvailableOrgPolicyConstraintsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListAvailableOrgPolicyConstraintsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListAvailableOrgPolicyConstraintsResponse
[src]

Auto Trait Implementations