ReportSummaryMachineSeriesAllocationResponse

data class ReportSummaryMachineSeriesAllocationResponse(val allocatedAssetCount: String, val machineSeries: MachineSeriesResponse)

Represents a data point tracking the count of assets allocated for a specific Machine Series.

Constructors

constructor(allocatedAssetCount: String, machineSeries: MachineSeriesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Count of assets allocated to this machine series.

Link copied to clipboard

The Machine Series (e.g. "E2", "N2")