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.



4925
4926
4927
# File 'lib/google/apis/ces_v1/classes.rb', line 4925

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

Instance Attribute Details

#subscriber_keyString

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

Returns:

  • (String)


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