GetAggregatorsAggregator

data class GetAggregatorsAggregator(val accountId: String, val aggregatorAccounts: List<GetAggregatorsAggregatorAggregatorAccount>, val aggregatorId: String, val aggregatorName: String, val aggregatorType: String, val description: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountId: String, aggregatorAccounts: List<GetAggregatorsAggregatorAggregatorAccount>, aggregatorId: String, aggregatorName: String, aggregatorType: String, description: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Aggregator account uid.

Link copied to clipboard

Account information in aggregator.

Link copied to clipboard

The id of aggregator.

Link copied to clipboard

The name of aggregator.

Link copied to clipboard

The type of aggregator.

Link copied to clipboard

The description of aggregator.

Link copied to clipboard
val id: String

The id of the aggregator.

Link copied to clipboard

The status of the resource. Valid Values: 0: creating 1: normal 2: deleting.