Class: Google::Apis::ComposerV1beta1::CloudDataLineageIntegration
- Inherits:
-
Object
- Object
- Google::Apis::ComposerV1beta1::CloudDataLineageIntegration
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/composer_v1beta1/classes.rb,
lib/google/apis/composer_v1beta1/representations.rb,
lib/google/apis/composer_v1beta1/representations.rb
Overview
Configuration for Cloud Data Lineage integration.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudDataLineageIntegration
constructor
A new instance of CloudDataLineageIntegration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudDataLineageIntegration
Returns a new instance of CloudDataLineageIntegration.
195 196 197 |
# File 'lib/google/apis/composer_v1beta1/classes.rb', line 195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Optional. Whether or not Cloud Data Lineage integration is enabled.
Corresponds to the JSON property enabled
192 193 194 |
# File 'lib/google/apis/composer_v1beta1/classes.rb', line 192 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
200 201 202 |
# File 'lib/google/apis/composer_v1beta1/classes.rb', line 200 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |