Class: Google::Apis::CesV1::OmnichannelIntegrationConfigRoutingConfig

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

Routing config specify how/who to route app events to a subscriber.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OmnichannelIntegrationConfigRoutingConfig

Returns a new instance of OmnichannelIntegrationConfigRoutingConfig.



5092
5093
5094
# File 'lib/google/apis/ces_v1/classes.rb', line 5092

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

Instance Attribute Details

#subscriber_keyString

The key of the subscriber. Corresponds to the JSON property subscriberKey

Returns:

  • (String)


5090
5091
5092
# File 'lib/google/apis/ces_v1/classes.rb', line 5090

def subscriber_key
  @subscriber_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5097
5098
5099
# File 'lib/google/apis/ces_v1/classes.rb', line 5097

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