Registry List Credentials Result Response
data class RegistryListCredentialsResultResponse(val location: String, val passwords: List<PasswordResponse>? = null, val username: String)
Constructors
Link copied to clipboard
fun RegistryListCredentialsResultResponse(location: String, passwords: List<PasswordResponse>? = null, username: String)