Campaign Sms Channel Subtype Config
data class CampaignSmsChannelSubtypeConfig(val capacity: Double? = null, val defaultOutboundConfig: CampaignSmsOutboundConfig, val outboundMode: CampaignSmsOutboundMode)
SMS Channel Subtype config
Constructors
Link copied to clipboard
constructor(capacity: Double? = null, defaultOutboundConfig: CampaignSmsOutboundConfig, outboundMode: CampaignSmsOutboundMode)