AzureDevOpsOrganizationProfileResponse

data class AzureDevOpsOrganizationProfileResponse(val kind: String, val organizations: List<OrganizationResponse>)

Azure DevOps organization profile

Constructors

Link copied to clipboard
constructor(kind: String, organizations: List<OrganizationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Discriminator property for OrganizationProfile. Expected value is 'AzureDevOps'.

Link copied to clipboard

The list of Azure DevOps organizations the pool should be present in.