Image Cache Image Registry Credential
data class ImageCacheImageRegistryCredential(val password: String? = null, val server: String? = null, val userName: String? = null)
Constructors
Link copied to clipboard
fun ImageCacheImageRegistryCredential(password: String? = null, server: String? = null, userName: String? = null)