User Source Info Response
data class UserSourceInfoResponse(val artifactSelector: String? = null, val relativePath: String? = null, val type: String? = null, val version: String? = null)
Source information for a deployment
Constructors
Link copied to clipboard
fun UserSourceInfoResponse(artifactSelector: String? = null, relativePath: String? = null, type: String? = null, version: String? = null)