Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 971 Bytes

File metadata and controls

31 lines (22 loc) · 971 Bytes

CreateApiKeyVM

Properties

Name Type Description Notes
description str [optional]
expired datetime
t str

Example

from fastreport_cloud_sdk.models.create_api_key_vm import CreateApiKeyVM

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

# convert the object into a dict
create_api_key_vm_dict = create_api_key_vm_instance.to_dict()
# create an instance of CreateApiKeyVM from a dict
create_api_key_vm_form_dict = create_api_key_vm.from_dict(create_api_key_vm_dict)

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