models.file_id module

class models.file_id.FileId(entity_id=None, root_inode_id=None, view_id=None)[source]

Bases: object

Implementation of the ‘FileId’ model.

TODO: type model description here.

Attributes:

entity_id (long|int): Specifies the entity id of the file. root_inode_id (long|int): Specifies the root inode id of the file

system that file belongs to.

view_id (long|int): Specifies the id of the View the file belongs to.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.