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.



4369
4370
4371
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 4369

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



4367
4368
4369
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 4367

def table_update_trigger
  @table_update_trigger
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4374
4375
4376
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 4374

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