Class: Google::Apis::CesV1::OmnichannelIntegrationConfigSubscriberConfig

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

Overview

Configs of subscribers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OmnichannelIntegrationConfigSubscriberConfig

Returns a new instance of OmnichannelIntegrationConfigSubscriberConfig.



5111
5112
5113
# File 'lib/google/apis/ces_v1/classes.rb', line 5111

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

Instance Attribute Details

#ces_app_configGoogle::Apis::CesV1::OmnichannelIntegrationConfigCesAppConfig

Configs for CES app. Corresponds to the JSON property cesAppConfig



5109
5110
5111
# File 'lib/google/apis/ces_v1/classes.rb', line 5109

def ces_app_config
  @ces_app_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5116
5117
5118
# File 'lib/google/apis/ces_v1/classes.rb', line 5116

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