Get Build Service Agent Pool Result
    data class GetBuildServiceAgentPoolResult(val id: String, val name: String, val properties: BuildServiceAgentPoolPropertiesResponse, val systemData: SystemDataResponse, val type: String)
The build service agent pool resource
Constructors
Link copied to clipboard
                fun GetBuildServiceAgentPoolResult(id: String, name: String, properties: BuildServiceAgentPoolPropertiesResponse, systemData: SystemDataResponse, type: String)