Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTeardown
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTeardown
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTeardown
constructor
A new instance of EnterpriseCrmEventbusProtoTeardown.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTeardown
Returns a new instance of EnterpriseCrmEventbusProtoTeardown.
3176 3177 3178 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3176 def initialize(**args) update!(**args) end |
Instance Attribute Details
#teardown_task_configs ⇒ Array<Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTeardownTaskConfig>
Required.
Corresponds to the JSON property teardownTaskConfigs
3174 3175 3176 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3174 def teardown_task_configs @teardown_task_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3181 3182 3183 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3181 def update!(**args) @teardown_task_configs = args[:teardown_task_configs] if args.key?(:teardown_task_configs) end |