pub struct AnalyzeOrgPolicyGovernedContainersResponse {
pub constraint: Option<AnalyzerOrgPolicyConstraint>,
pub governed_containers: Option<Vec<GoogleCloudAssetV1GovernedContainer>>,
pub next_page_token: Option<String>,
}Expand description
The response message for AssetService.AnalyzeOrgPolicyGovernedContainers.
§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).
- analyze org policy governed containers (response)
Fields§
§constraint: Option<AnalyzerOrgPolicyConstraint>The definition of the constraint in the request.
governed_containers: Option<Vec<GoogleCloudAssetV1GovernedContainer>>The list of the analyzed governed containers.
next_page_token: Option<String>The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.
Trait Implementations§
Source§impl Clone for AnalyzeOrgPolicyGovernedContainersResponse
impl Clone for AnalyzeOrgPolicyGovernedContainersResponse
Source§fn clone(&self) -> AnalyzeOrgPolicyGovernedContainersResponse
fn clone(&self) -> AnalyzeOrgPolicyGovernedContainersResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AnalyzeOrgPolicyGovernedContainersResponse
impl Default for AnalyzeOrgPolicyGovernedContainersResponse
Source§fn default() -> AnalyzeOrgPolicyGovernedContainersResponse
fn default() -> AnalyzeOrgPolicyGovernedContainersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnalyzeOrgPolicyGovernedContainersResponse
impl<'de> Deserialize<'de> for AnalyzeOrgPolicyGovernedContainersResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl ResponseResult for AnalyzeOrgPolicyGovernedContainersResponse
Auto Trait Implementations§
impl Freeze for AnalyzeOrgPolicyGovernedContainersResponse
impl RefUnwindSafe for AnalyzeOrgPolicyGovernedContainersResponse
impl Send for AnalyzeOrgPolicyGovernedContainersResponse
impl Sync for AnalyzeOrgPolicyGovernedContainersResponse
impl Unpin for AnalyzeOrgPolicyGovernedContainersResponse
impl UnwindSafe for AnalyzeOrgPolicyGovernedContainersResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more