RepositoryExternalConnections

data class RepositoryExternalConnections(val externalConnectionName: String, val packageFormat: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(externalConnectionName: String, packageFormat: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the external connection associated with a repository.

Link copied to clipboard
val packageFormat: String? = null
Link copied to clipboard
val status: String? = null