models_v2.public_folder module

class models_v2.public_folder.PublicFolder(folder_id=None, recover_entire_folder=None, item_ids=None)[source]

Bases: object

Implementation of the ‘PublicFolder’ model.

Specifies an PublicFolder item to recover.

Attributes:

folder_id (string): Specifies the Unique ID of the folder. recover_entire_folder (bool): Specifies whether to recover the whole

PublicFolder.

item_ids (list of string): Specifies a list of item ids to recover.

This field is applicable only if ‘recoverEntireFolder’ is false.

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.