AzureDevOpsProjectMetadataResponse

data class AzureDevOpsProjectMetadataResponse(val autoDiscovery: String? = null, val name: String? = null, val repos: List<String>? = null)

Project onboarding info.

Constructors

Link copied to clipboard
constructor(autoDiscovery: String? = null, name: String? = null, repos: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoDiscovery: String? = null
Link copied to clipboard
val name: String? = null

Gets or sets name of the AzureDevOps Project.

Link copied to clipboard
val repos: List<String>? = null

Gets or sets repositories.