Class BatchGetAssetsHistoryResponse
Batch get assets history response.
Inheritance
System.Object
BatchGetAssetsHistoryResponse
Implements
System.IEquatable<BatchGetAssetsHistoryResponse>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Asset.V1Beta1
Assembly: Google.Cloud.Asset.V1Beta1.dll
Syntax
public sealed class BatchGetAssetsHistoryResponse : IMessage<BatchGetAssetsHistoryResponse>, IMessage, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>
Constructors
BatchGetAssetsHistoryResponse()
Declaration
public BatchGetAssetsHistoryResponse()
BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse)
Declaration
public BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse other)
Parameters
Type | Name | Description |
---|---|---|
BatchGetAssetsHistoryResponse | other |
Properties
Assets
A list of assets with valid time windows.
Declaration
public RepeatedField<TemporalAsset> Assets { get; }
Property Value
Type | Description |
---|---|
RepeatedField<TemporalAsset> |