Source Properties Response
data class SourcePropertiesResponse(val branch: String? = null, val repositoryUrl: String, val sourceControlAuthProperties: AuthInfoResponse? = null, val sourceControlType: String)
The properties of the source code repository.
Constructors
Link copied to clipboard
constructor(branch: String? = null, repositoryUrl: String, sourceControlAuthProperties: AuthInfoResponse? = null, sourceControlType: String)