Struct google_cloudresourcemanager1::ListOrgPoliciesRequest [−][src]
The request sent to the ListOrgPolicies 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).
- list org policies organizations (request)
- list org policies projects (request)
- list org policies folders (request)
Fields
page_token: Option<String>
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
page_size: Option<i32>
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
Trait Implementations
impl Default for ListOrgPoliciesRequest[src]
impl Default for ListOrgPoliciesRequestfn default() -> ListOrgPoliciesRequest[src]
fn default() -> ListOrgPoliciesRequestReturns the "default value" for a type. Read more
impl Clone for ListOrgPoliciesRequest[src]
impl Clone for ListOrgPoliciesRequestfn clone(&self) -> ListOrgPoliciesRequest[src]
fn clone(&self) -> ListOrgPoliciesRequestReturns 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)Performs copy-assignment from source. Read more
impl Debug for ListOrgPoliciesRequest[src]
impl Debug for ListOrgPoliciesRequestfn 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 ListOrgPoliciesRequest[src]
impl RequestValue for ListOrgPoliciesRequestAuto Trait Implementations
impl Send for ListOrgPoliciesRequest
impl Send for ListOrgPoliciesRequestimpl Sync for ListOrgPoliciesRequest
impl Sync for ListOrgPoliciesRequest