AzureDevOpsResourceInfoResponse

data class AzureDevOpsResourceInfoResponse(val pipelineId: String? = null, val serviceConnectionId: String? = null)

Resources created in Azure DevOps repository.

Constructors

Link copied to clipboard
constructor(pipelineId: String? = null, serviceConnectionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pipelineId: String? = null

Id of the pipeline created for the source-control.

Link copied to clipboard

Id of the service-connection created for the source-control.