Class: Google::Apis::DataformV1::ActionIncrementalLoadMode
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1::ActionIncrementalLoadMode
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1/classes.rb,
lib/google/apis/dataform_v1/representations.rb,
lib/google/apis/dataform_v1/representations.rb
Overview
Load definition for incremental load modes
Instance Attribute Summary collapse
-
#column ⇒ String
Column name for incremental load modes Corresponds to the JSON property
column.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ActionIncrementalLoadMode
constructor
A new instance of ActionIncrementalLoadMode.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ActionIncrementalLoadMode
Returns a new instance of ActionIncrementalLoadMode.
60 61 62 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 60 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column ⇒ String
Column name for incremental load modes
Corresponds to the JSON property column
58 59 60 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 58 def column @column end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
65 66 67 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 65 def update!(**args) @column = args[:column] if args.key?(:column) end |