models/pipelines/AgentQueuePool.ps1

Class AgentQueuePool
{
    [int] $id
    [string] $scope
    [string] $name
    [bool] $isHosted
    [string] $poolType
    [int] $size
    [bool] $isLegacy
}