cterasdk.asynchronous.core.types module

cterasdk.asynchronous.core.types module#

class cterasdk.asynchronous.core.types.Event(type, guid, folder_id, deleted, name, modified, size, id=None, acl=None, gvsn=None, parent_guid=None)#

Bases: Object

Variables:
  • type (str) – Object type

  • guid (str) – Object Unique Identifier (GUID)

  • folder_id (int) – Cloud Drive Folder ID

  • deleted (bool) – Deleted

  • name (str) – Object Name

  • modified (str) – Last Modified Timestamp (ISO 8601)

  • size (int) – 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)#