Struct google_cloudresourcemanager1::GetEffectiveOrgPolicyRequest [−][src]
The request sent to the GetEffectiveOrgPolicy 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).
- get effective org policy folders (request)
- get effective org policy organizations (request)
- get effective org policy projects (request)
Fields
constraint: Option<String>
The name of the Constraint to compute the effective Policy.
Trait Implementations
impl Default for GetEffectiveOrgPolicyRequest[src]
impl Default for GetEffectiveOrgPolicyRequestfn default() -> GetEffectiveOrgPolicyRequest[src]
fn default() -> GetEffectiveOrgPolicyRequestReturns the "default value" for a type. Read more
impl Clone for GetEffectiveOrgPolicyRequest[src]
impl Clone for GetEffectiveOrgPolicyRequestfn clone(&self) -> GetEffectiveOrgPolicyRequest[src]
fn clone(&self) -> GetEffectiveOrgPolicyRequestReturns 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 GetEffectiveOrgPolicyRequest[src]
impl Debug for GetEffectiveOrgPolicyRequestfn 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 GetEffectiveOrgPolicyRequest[src]
impl RequestValue for GetEffectiveOrgPolicyRequestAuto Trait Implementations
impl Send for GetEffectiveOrgPolicyRequest
impl Send for GetEffectiveOrgPolicyRequestimpl Sync for GetEffectiveOrgPolicyRequest
impl Sync for GetEffectiveOrgPolicyRequest