Struct google_cloudasset1_beta1::TemporalAsset[][src]

pub struct TemporalAsset {
    pub deleted: Option<bool>,
    pub window: Option<TimeWindow>,
    pub asset: Option<Asset>,
}

Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.

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

Fields

If the asset is deleted or not.

The time window when the asset data and state was observed.

Asset.

Trait Implementations

impl Default for TemporalAsset
[src]

Returns the "default value" for a type. Read more

impl Clone for TemporalAsset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TemporalAsset
[src]

Formats the value using the given formatter. Read more

impl Part for TemporalAsset
[src]

Auto Trait Implementations