Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTeardown

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTeardown

Returns a new instance of EnterpriseCrmEventbusProtoTeardown.



3044
3045
3046
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3044

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

Instance Attribute Details

#teardown_task_configsArray<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTeardownTaskConfig>

Required. Corresponds to the JSON property teardownTaskConfigs



3042
3043
3044
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3042

def teardown_task_configs
  @teardown_task_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3049
3050
3051
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3049

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