Get Agent Pool Result
data class GetAgentPoolResult(val bandwidthLimit: BandwidthLimitResponse, val displayName: String, val name: String, val state: String)
Constructors
Link copied to clipboard
constructor(bandwidthLimit: BandwidthLimitResponse, displayName: String, name: String, state: String)