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.



2961
2962
2963
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2961

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

Instance Attribute Details

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

Required. Corresponds to the JSON property teardownTaskConfigs



2959
2960
2961
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2959

def teardown_task_configs
  @teardown_task_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2966
2967
2968
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2966

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