See More

# InstanceKeypairFields ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | | [optional] ## Example ```python from hyperstack.models.instance_keypair_fields import InstanceKeypairFields # TODO update the JSON string below json = "{}" # create an instance of InstanceKeypairFields from a JSON string instance_keypair_fields_instance = InstanceKeypairFields.from_json(json) # print the JSON string representation of the object print InstanceKeypairFields.to_json() # convert the object into a dict instance_keypair_fields_dict = instance_keypair_fields_instance.to_dict() # create an instance of InstanceKeypairFields from a dict instance_keypair_fields_form_dict = instance_keypair_fields.from_dict(instance_keypair_fields_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)