public sealed class BatchGetAssetsHistoryResponse : IMessage<BatchGetAssetsHistoryResponse>, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>, IBufferMessage, IMessage
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> |