Class BatchGetAssetsHistoryResponse
Batch get assets history response.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class BatchGetAssetsHistoryResponse : IDirectResponseSchema
Properties
Assets
A list of assets with valid time windows.
Declaration
[JsonProperty("assets")]
public virtual IList<TemporalAsset> Assets { get; set; }
Property Value
Type | Description |
---|---|
IList<TemporalAsset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |