RegistryListCredentialsResultResponse

data class RegistryListCredentialsResultResponse(val location: String, val passwords: List<PasswordResponse>? = null, val username: String)

Constructors

Link copied to clipboard
constructor(location: String, passwords: List<PasswordResponse>? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard