pub struct GoogleCloudSecuritycenterV1ResourceApplication {
pub attributes: Option<GoogleCloudSecuritycenterV1ResourceApplicationAttributes>,
pub name: Option<String>,
}Expand description
The App Hub Application associated with the finding’s resource.
This type is not used in any activity, and only used as part of another schema.
Fields§
§attributes: Option<GoogleCloudSecuritycenterV1ResourceApplicationAttributes>Consumer provided attributes for the application
name: Option<String>The resource name of an Application. Format: projects/{host-project-id}/locations/{location}/applications/{application-id}
Trait Implementations§
Source§impl Clone for GoogleCloudSecuritycenterV1ResourceApplication
impl Clone for GoogleCloudSecuritycenterV1ResourceApplication
Source§fn clone(&self) -> GoogleCloudSecuritycenterV1ResourceApplication
fn clone(&self) -> GoogleCloudSecuritycenterV1ResourceApplication
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 GoogleCloudSecuritycenterV1ResourceApplication
impl Default for GoogleCloudSecuritycenterV1ResourceApplication
Source§fn default() -> GoogleCloudSecuritycenterV1ResourceApplication
fn default() -> GoogleCloudSecuritycenterV1ResourceApplication
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1ResourceApplication
impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1ResourceApplication
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 Part for GoogleCloudSecuritycenterV1ResourceApplication
Auto Trait Implementations§
impl Freeze for GoogleCloudSecuritycenterV1ResourceApplication
impl RefUnwindSafe for GoogleCloudSecuritycenterV1ResourceApplication
impl Send for GoogleCloudSecuritycenterV1ResourceApplication
impl Sync for GoogleCloudSecuritycenterV1ResourceApplication
impl Unpin for GoogleCloudSecuritycenterV1ResourceApplication
impl UnwindSafe for GoogleCloudSecuritycenterV1ResourceApplication
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