cterasdk.asynchronous.core.types module#
- class cterasdk.asynchronous.core.types.Event(type, guid, deleted, name, folder_id=None, modified=None, file_timestamp=None, size=None, id=None, acl=None, gvsn=None, parent_guid=None, portal_modified_date=None, virtual_portal_id=None)#
Bases:
Object
- Variables:
type (str) – Object type
guid (str) – Object Unique Identifier (GUID)
deleted (bool) – Deleted
name (str) – Object Name
folder_id (int,optional) – Cloud Drive Folder ID
file_timestamp (str,optional) – File Timestamp
portal_modified_date (str,optional) – Portal Modified Date
virtual_portal_id (str,optional) – Virtual Portal ID
size (int,optional) – Object Size
id (int,optional) – File ID
acl (str,optional) – ACL SDDL
gvsn (str,optional) – GVSN
parent_guid (str,optional) – Parent Object Unique Identifier (GUID)
- static from_server_object(server_object)#