Struct google_cloudresourcemanager1::ClearOrgPolicyRequest[][src]

pub struct ClearOrgPolicyRequest {
    pub etag: Option<String>,
    pub constraint: Option<String>,
}

The request sent to the ClearOrgPolicy 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

The current version, for concurrency control. Not sending an etag will cause the Policy to be cleared blindly.

Name of the Constraint of the Policy to clear.

Trait Implementations

impl Default for ClearOrgPolicyRequest
[src]

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

impl Clone for ClearOrgPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClearOrgPolicyRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ClearOrgPolicyRequest
[src]

Auto Trait Implementations