models_v2.recover_gcp_file_and_folder_params module

class models_v2.recover_gcp_file_and_folder_params.RecoverGCPFileAndFolderParams(files_and_folders=None, target_environment='kGCP', gcp_target_params=None)[source]

Bases: object

Implementation of the ‘Recover GCP File And Folder Params’ model.

Specifies the parameters to recover files and folders.

Attributes:
files_and_folders (list of CommonFileAndFolderInfo): Specifies the

info about the files and folders to be recovered.

target_environment (string): Specifies the environment of the recovery

target. The corresponding params below must be filled out.

gcp_target_params (GcpTargetParams1): Specifies the parameters to

recover to a GCP target.

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.