models.externally_triggered_env_job_parameters module

class models.externally_triggered_env_job_parameters.ExternallyTriggeredEnvJobParameters(client_type=None, sbt_params=None)[source]

Bases: object

Implementation of the ‘ExternallyTriggeredEnvJobParameters’ model.

Attributes:
client_type (ClientTypeEnum): Specifies the client type of the

externally triggered job kGeneric implies generic externally triggered backups. kSbt implies externally triggered backups for SBT.

sbt_params (ExternallyTriggeredSbtParameters): Specifies the catalog

view associated with this job.

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.