Campaign Communication Time Config Args
data class CampaignCommunicationTimeConfigArgs(val email: Output<CampaignTimeWindowArgs>? = null, val localTimeZoneConfig: Output<CampaignLocalTimeZoneConfigArgs>, val sms: Output<CampaignTimeWindowArgs>? = null, val telephony: Output<CampaignTimeWindowArgs>? = null) : ConvertibleToJava<CampaignCommunicationTimeConfigArgs>
Campaign communication time config
Constructors
Link copied to clipboard
constructor(email: Output<CampaignTimeWindowArgs>? = null, localTimeZoneConfig: Output<CampaignLocalTimeZoneConfigArgs>, sms: Output<CampaignTimeWindowArgs>? = null, telephony: Output<CampaignTimeWindowArgs>? = 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.