models.no_sql_recover_params module¶
-
class
models.no_sql_recover_params.
NoSqlRecoverParams
(end_seq_number=None, entity_logs=None, restore_objects=None, start_seq_number=None)[source]¶ Bases:
object
Implementation of the ‘NoSqlRecoverParams’ model.
TODO: Type model description here.
- Attributes:
end_seq_number (Sequencer): TODO: Type description here. entity_logs (list of NoSqlRecoverParams_EntityLog): List of leaf
level entities with their corrosponding LogData.
- restore_objects (list of NoSqlRestoreObject): TODO: Type description
here.
start_seq_number (Sequencer): TODO: Type description here.
-
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.