Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

File metadata and controls

31 lines (22 loc) · 1.11 KB

UpdateKeypairnameresponse

Properties

Name Type Description Notes
status bool [optional]
message str [optional]
keypair KeypairFields [optional]

Example

from hyperstack.models.update_keypairnameresponse import UpdateKeypairnameresponse

# TODO update the JSON string below
json = "{}"
# create an instance of UpdateKeypairnameresponse from a JSON string
update_keypairnameresponse_instance = UpdateKeypairnameresponse.from_json(json)
# print the JSON string representation of the object
print UpdateKeypairnameresponse.to_json()

# convert the object into a dict
update_keypairnameresponse_dict = update_keypairnameresponse_instance.to_dict()
# create an instance of UpdateKeypairnameresponse from a dict
update_keypairnameresponse_form_dict = update_keypairnameresponse.from_dict(update_keypairnameresponse_dict)

[Back to Model list] [Back to API list] [Back to README]