Struct google_deploymentmanager2::GlobalSetPolicyRequest[][src]

pub struct GlobalSetPolicyRequest {
    pub policy: Option<Policy>,
    pub bindings: Option<Vec<Binding>>,
    pub etag: Option<String>,
}

There is no detailed description.

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

REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.

Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.

Trait Implementations

impl Default for GlobalSetPolicyRequest
[src]

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

impl Clone for GlobalSetPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlobalSetPolicyRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GlobalSetPolicyRequest
[src]

Auto Trait Implementations