[][src]Struct google_containeranalysis1_beta1::Discovered

pub struct Discovered {
    pub last_analysis_time: Option<String>,
    pub analysis_status: Option<String>,
    pub analysis_status_error: Option<Status>,
    pub continuous_analysis: Option<String>,
}

Provides information about the analysis status of a discovered resource.

This type is not used in any activity, and only used as part of another schema.

Fields

last_analysis_time: Option<String>

The last time continuous analysis was done for this resource. Deprecated, do not use.

analysis_status: Option<String>

The status of discovery for the resource.

analysis_status_error: Option<Status>

When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API.

continuous_analysis: Option<String>

Whether the resource is continuously analyzed.

Trait Implementations

impl Part for Discovered[src]

impl Default for Discovered[src]

impl Clone for Discovered[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Discovered[src]

impl Serialize for Discovered[src]

impl<'de> Deserialize<'de> for Discovered[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]