RegistryInfoResponse

data class RegistryInfoResponse(val registryUrl: String? = null, val registryUserName: String? = null)

Container App registry information.

Constructors

Link copied to clipboard
constructor(registryUrl: String? = null, registryUserName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val registryUrl: String? = null

registry server Url.

Link copied to clipboard

registry username.