Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 923 Bytes

File metadata and controls

30 lines (21 loc) · 923 Bytes

DeleteApiKeyVM

Properties

Name Type Description Notes
api_key str
t str

Example

from fastreport_cloud_sdk.models.delete_api_key_vm import DeleteApiKeyVM

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

# convert the object into a dict
delete_api_key_vm_dict = delete_api_key_vm_instance.to_dict()
# create an instance of DeleteApiKeyVM from a dict
delete_api_key_vm_form_dict = delete_api_key_vm.from_dict(delete_api_key_vm_dict)

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