models_v2.recover_hdfs_object_params module

class models_v2.recover_hdfs_object_params.RecoverHdfsObjectParams(object_name=None)[source]

Bases: object

Implementation of the ‘Recover Hdfs Object Params.’ model.

Specifies the fully qualified object name and other attributes of each object to be recovered.

Attributes:
object_name (string): Specifies the fully qualified name of the object

to be restored.

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.