Migration Center v1 API - Class AggregateAssetsValuesResponse (1.0.0)

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

Reference documentation and code samples for the Migration Center v1 API class AggregateAssetsValuesResponse.

A response to a request to aggregated assets values.

Inheritance

object > AggregateAssetsValuesResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

AggregateAssetsValuesResponse()

public AggregateAssetsValuesResponse()

AggregateAssetsValuesResponse(AggregateAssetsValuesResponse)

public AggregateAssetsValuesResponse(AggregateAssetsValuesResponse other)
Parameter
NameDescription
otherAggregateAssetsValuesResponse

Properties

Results

public RepeatedField<AggregationResult> Results { get; }

The aggregation results.

Property Value
TypeDescription
RepeatedFieldAggregationResult