Class: Google::Apis::DataformV1beta1::WorkflowTrigger

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb

Overview

The trigger definition to invoke a workflow.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkflowTrigger

Returns a new instance of WorkflowTrigger.



4676
4677
4678
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 4676

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#table_update_triggerGoogle::Apis::DataformV1beta1::TableUpdateTrigger

Represents a table update trigger configuration. Corresponds to the JSON property tableUpdateTrigger



4674
4675
4676
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 4674

def table_update_trigger
  @table_update_trigger
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4681
4682
4683
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 4681

def update!(**args)
  @table_update_trigger = args[:table_update_trigger] if args.key?(:table_update_trigger)
end