Container Registry Response
data class ContainerRegistryResponse(val identityReference: ComputeNodeIdentityReferenceResponse? = null, val password: String? = null, val registryServer: String? = null, val userName: String? = null)
Constructors
Link copied to clipboard
constructor(identityReference: ComputeNodeIdentityReferenceResponse? = null, password: String? = null, registryServer: String? = null, userName: String? = null)