Class TemporalAsset
An asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class TemporalAsset : IDirectResponseSchema
Properties
Asset
An asset in Google Cloud.
Declaration
[JsonProperty("asset")]
public virtual Asset Asset { get; set; }
Property Value
Type | Description |
---|---|
Asset |
Deleted
Whether the asset has been deleted or not.
Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PriorAsset
Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
Declaration
[JsonProperty("priorAsset")]
public virtual Asset PriorAsset { get; set; }
Property Value
Type | Description |
---|---|
Asset |
PriorAssetState
State of prior_asset.
Declaration
[JsonProperty("priorAssetState")]
public virtual string PriorAssetState { get; set; }
Property Value
Type | Description |
---|---|
string |
Window
The time window when the asset data and state was observed.
Declaration
[JsonProperty("window")]
public virtual TimeWindow Window { get; set; }
Property Value
Type | Description |
---|---|
TimeWindow |