models.stop_remote_vault_search_job_parameters module¶
-
class
models.stop_remote_vault_search_job_parameters.
StopRemoteVaultSearchJobParameters
(search_job_uid=None)[source]¶ Bases:
object
Implementation of the ‘StopRemoteVaultSearchJobParameters’ model.
Request to stop a remote Vault search Job.
- Attributes:
- search_job_uid (UniversalId): Specifies the unique id of the Remote
Vault search job in progress.
-
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.