models.created_remote_vault_search_job_uid module¶
- 
class 
models.created_remote_vault_search_job_uid.CreatedRemoteVaultSearchJobUid(search_job_uid=None)[source]¶ Bases:
objectImplementation of the ‘CreatedRemoteVaultSearchJobUid’ model.
Specifies the Uid of the Job created to search the remote vault.
- Attributes:
 - search_job_uid (UniversalId): Specifies the unique id assigned for the
 search Job on the Cluster.
- 
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.