models.externally_triggered_sbt_parameters module

class models.externally_triggered_sbt_parameters.ExternallyTriggeredSbtParameters(catalog_view=None)[source]

Bases: object

Implementation of the ‘ExternallyTriggeredSbtParameters’ model.

Attributes:

catalog_view (string): 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.