Struct google_containeranalysis1::api::DiscoveryNote
source · pub struct DiscoveryNote {
pub analysis_kind: Option<String>,
}Expand description
A note that indicates a type of analysis a provider would perform. This note exists in a provider’s project. A Discovery occurrence is created in a consumer’s project at the start of analysis.
This type is not used in any activity, and only used as part of another schema.
Fields§
§analysis_kind: Option<String>Required. Immutable. The kind of analysis that is handled by this discovery.
Trait Implementations§
source§impl Clone for DiscoveryNote
impl Clone for DiscoveryNote
source§fn clone(&self) -> DiscoveryNote
fn clone(&self) -> DiscoveryNote
Returns a copy 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 DiscoveryNote
impl Debug for DiscoveryNote
source§impl Default for DiscoveryNote
impl Default for DiscoveryNote
source§fn default() -> DiscoveryNote
fn default() -> DiscoveryNote
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DiscoveryNote
impl<'de> Deserialize<'de> for DiscoveryNote
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