Struct google_cloudresourcemanager1::SetOrgPolicyRequest [−][src]
The request sent to the SetOrgPolicyRequest 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).
- set org policy folders (request)
- set org policy organizations (request)
- set org policy projects (request)
Fields
policy: Option<OrgPolicy>
Policy to set on the resource.
Trait Implementations
impl Default for SetOrgPolicyRequest[src]
impl Default for SetOrgPolicyRequestfn default() -> SetOrgPolicyRequest[src]
fn default() -> SetOrgPolicyRequestReturns the "default value" for a type. Read more
impl Clone for SetOrgPolicyRequest[src]
impl Clone for SetOrgPolicyRequestfn clone(&self) -> SetOrgPolicyRequest[src]
fn clone(&self) -> SetOrgPolicyRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SetOrgPolicyRequest[src]
impl Debug for SetOrgPolicyRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for SetOrgPolicyRequest[src]
impl RequestValue for SetOrgPolicyRequestAuto Trait Implementations
impl Send for SetOrgPolicyRequest
impl Send for SetOrgPolicyRequestimpl Sync for SetOrgPolicyRequest
impl Sync for SetOrgPolicyRequest