Show / Hide Table of Contents

Class BatchGetAssetsHistoryResponse

Batch get assets history response.

Inheritance
System.Object
BatchGetAssetsHistoryResponse
Implements
IMessage<BatchGetAssetsHistoryResponse>
IMessage
System.IEquatable<BatchGetAssetsHistoryResponse>
IDeepCloneable<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>
Back to top