pub struct GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray {
pub resources: Option<Vec<GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource>>,
}Expand description
Message for the array of resources. For Apigee, the proxies are resources.
This type is not used in any activity, and only used as part of another schema.
Fields§
§resources: Option<Vec<GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource>>Required. The array of resources. For Apigee, the proxies are resources.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Clone for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
Source§fn clone(
&self,
) -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
fn clone( &self, ) -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
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 GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Default for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
Source§fn default() -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
fn default() -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
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
Source§impl Serialize for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Serialize for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Part for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl RefUnwindSafe for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Send for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Sync for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl Unpin for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
impl UnwindSafe for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
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