UserDefaultChoicesForUserResponse
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Getting user default choices successuser_default_choices object[]
Array [
keypair_idinteger
]
UserDefaultChoicesForUserResponse
{
"status": true,
"message": "Getting user default choices success",
"user_default_choices": [
{
"keypair_id": 0,
"flavor_id": 1129,
"image_id": 7613
}
]
}
Was this page helpful?