Azure Dev Ops Org Response
data class AzureDevOpsOrgResponse(val id: String, val name: String, val properties: AzureDevOpsOrgPropertiesResponse? = null, val systemData: SystemDataResponse, val type: String)
Azure DevOps Organization resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: AzureDevOpsOrgPropertiesResponse? = null, systemData: SystemDataResponse, type: String)