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.



3031
3032
3033
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3031

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

Instance Attribute Details

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

Required. Corresponds to the JSON property teardownTaskConfigs



3029
3030
3031
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3029

def teardown_task_configs
  @teardown_task_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3036
3037
3038
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3036

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