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.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.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 |
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 |