Campaign Communication Time Config
data class CampaignCommunicationTimeConfig(val email: CampaignTimeWindow? = null, val localTimeZoneConfig: CampaignLocalTimeZoneConfig, val sms: CampaignTimeWindow? = null, val telephony: CampaignTimeWindow? = null)
Campaign communication time config
Constructors
Link copied to clipboard
constructor(email: CampaignTimeWindow? = null, localTimeZoneConfig: CampaignLocalTimeZoneConfig, sms: CampaignTimeWindow? = null, telephony: CampaignTimeWindow? = null)
Properties
Link copied to clipboard
The communication time configuration for the email channel subtype.
Link copied to clipboard
The local timezone configuration.
Link copied to clipboard
The communication time configuration for the SMS channel subtype.
Link copied to clipboard
The communication time configuration for the telephony channel subtype.