models.mongodb_recover_job_params module¶
-
class
models.mongodb_recover_job_params.
MongoDBRecoverJobParams
(suffix=None)[source]¶ Bases:
object
Implementation of the ‘MongoDBRecoverJobParams’ model.
Contains any additional mongodb environment specific params for the recover job.
- Attributes:
- suffix (string): A suffix that is to be applied to all recovered
entities
-
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.