models_v2.public_folder_item module

class models_v2.public_folder_item.PublicFolderItem(name=None, path=None, protection_group_id=None, protection_group_name=None, storage_domain_id=None, source_info=None, mtype=None, id=None, subject=None, has_attachments=None, item_class=None, received_time_secs=None, item_size=None, parent_folder_id=None)[source]

Bases: object

Implementation of the ‘PublicFolderItem’ model.

Specifies an Public folder indexed item.

Attributes:

name (string): Specifies the name of the object. path (string): Specifies the path of the object. protection_group_id (string): Specifies the protection group id which

contains this object.

protection_group_name (string): Specifies the protection group name

which contains this object.

storage_domain_id (long|int): Specifies the Storage Domain id where

the backup data of Object is present.

source_info (SourceInfo): Specifies the Source Object information. mtype (string): Specifies the Public folder item type. id (string): Specifies the id of the indexed item. subject (string): Specifies the subject of the indexed item. has_attachments (bool): Specifies whether the item has any

attachments

item_class (string): Specifies the item class of the indexed item. received_time_secs (long|int): Specifies the Unix timestamp epoch in

seconds at which this item is received.

item_size (long|int): Specifies the size in bytes for the indexed

item.

parent_folder_id (string): Specifies the id of parent folder the

indexed item.

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.