Get Machine Pool Result
data class GetMachinePoolResult(val id: String, val name: String, val resources: String? = null, val systemData: SystemDataResponse, val type: String)
MachinePool represents a MachinePool
Constructors
Link copied to clipboard
constructor(id: String, name: String, resources: String? = null, systemData: SystemDataResponse, type: String)