public sealed class BatchGetAssetsHistoryResponse : IMessage<BatchGetAssetsHistoryResponse>, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class BatchGetAssetsHistoryResponse.
Batch get assets history response.
Implements
IMessage<BatchGetAssetsHistoryResponse>, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
BatchGetAssetsHistoryResponse()
public BatchGetAssetsHistoryResponse()BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse)
public BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchGetAssetsHistoryResponse |
Properties
Assets
public RepeatedField<TemporalAsset> Assets { get; }A list of assets with valid time windows.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<TemporalAsset> |
|