models.update_protection_job_runs_param module

class models.update_protection_job_runs_param.UpdateProtectionJobRunsParam(job_runs=None)[source]

Bases: object

Implementation of the ‘UpdateProtectionJobRunsParam’ model.

Specifies the Job Runs to update with a new expiration times.

Attributes:
job_runs (list of UpdateProtectionJobRun): Array of Job Runs.

Specifies the Job Runs to update with a new expiration times.

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.