Class: Google::Apis::CesV1::OmnichannelIntegrationConfigRoutingConfig
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::OmnichannelIntegrationConfigRoutingConfig
- 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
Routing config specify how/who to route app events to a subscriber.
Instance Attribute Summary collapse
-
#subscriber_key ⇒ String
The key of the subscriber.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OmnichannelIntegrationConfigRoutingConfig
constructor
A new instance of OmnichannelIntegrationConfigRoutingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OmnichannelIntegrationConfigRoutingConfig
Returns a new instance of OmnichannelIntegrationConfigRoutingConfig.
4925 4926 4927 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4925 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subscriber_key ⇒ String
The key of the subscriber.
Corresponds to the JSON property subscriberKey
4923 4924 4925 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4923 def subscriber_key @subscriber_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4930 4931 4932 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4930 def update!(**args) @subscriber_key = args[:subscriber_key] if args.key?(:subscriber_key) end |