Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 980 Bytes

File metadata and controls

29 lines (20 loc) · 980 Bytes

FileSharingKeysVM

Properties

Name Type Description Notes
keys List[FileShareVM] [optional]

Example

from fastreport_cloud_sdk.models.file_sharing_keys_vm import FileSharingKeysVM

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

# convert the object into a dict
file_sharing_keys_vm_dict = file_sharing_keys_vm_instance.to_dict()
# create an instance of FileSharingKeysVM from a dict
file_sharing_keys_vm_form_dict = file_sharing_keys_vm.from_dict(file_sharing_keys_vm_dict)

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