Class OmnichannelIntegrationConfigRoutingConfig
Routing config specify how/who to route app events to a subscriber.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class OmnichannelIntegrationConfigRoutingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubscriberKey
The key of the subscriber.
Declaration
[JsonProperty("subscriberKey")]
public virtual string SubscriberKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |