Google Cloud Asset Inventory v1 API - Class BatchGetAssetsHistoryResponse (3.10.0)

public sealed class BatchGetAssetsHistoryResponse : IMessage<BatchGetAssetsHistoryResponse>, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class BatchGetAssetsHistoryResponse.

Batch get assets history response.

Inheritance

object > BatchGetAssetsHistoryResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

BatchGetAssetsHistoryResponse()

public BatchGetAssetsHistoryResponse()

BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse)

public BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse other)
Parameter
NameDescription
otherBatchGetAssetsHistoryResponse

Properties

Assets

public RepeatedField<TemporalAsset> Assets { get; }

A list of assets with valid time windows.

Property Value
TypeDescription
RepeatedFieldTemporalAsset