pub struct GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource {
pub name: Option<String>,
pub type_: Option<String>,
}Expand description
Resource for which we are computing security assessment.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Required. Name of this resource. For an Apigee API Proxy, this should be the id of the API proxy. For an API Hub Deployment, this should be the id of the deployment.
type_: Option<String>Required. Type of this resource.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Clone for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
Source§fn clone(
&self,
) -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
fn clone( &self, ) -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
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 Debug for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Debug for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
Source§impl Default for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Default for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
Source§fn default() -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
fn default() -> GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
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 GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Serialize for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Part for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl RefUnwindSafe for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Send for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Sync for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl Unpin for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
impl UnwindSafe for GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
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