Class: Google::Apis::CesV1::OmnichannelIntegrationConfigSubscriberConfig
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::OmnichannelIntegrationConfigSubscriberConfig
- 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
-
#ces_app_config ⇒ Google::Apis::CesV1::OmnichannelIntegrationConfigCesAppConfig
Configs for CES app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OmnichannelIntegrationConfigSubscriberConfig
constructor
A new instance of OmnichannelIntegrationConfigSubscriberConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OmnichannelIntegrationConfigSubscriberConfig
Returns a new instance of OmnichannelIntegrationConfigSubscriberConfig.
4944 4945 4946 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ces_app_config ⇒ Google::Apis::CesV1::OmnichannelIntegrationConfigCesAppConfig
Configs for CES app.
Corresponds to the JSON property cesAppConfig
4942 4943 4944 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4942 def ces_app_config @ces_app_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4949 4950 4951 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4949 def update!(**args) @ces_app_config = args[:ces_app_config] if args.key?(:ces_app_config) end |