CampaignCommunicationTimeConfigArgs

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
val email: Output<CampaignTimeWindowArgs>? = null

The communication time configuration for the email channel subtype.

Link copied to clipboard

The local timezone configuration.

Link copied to clipboard
val sms: Output<CampaignTimeWindowArgs>? = null

The communication time configuration for the SMS channel subtype.

Link copied to clipboard
val telephony: Output<CampaignTimeWindowArgs>? = null

The communication time configuration for the telephony channel subtype.

Functions

Link copied to clipboard
open override fun toJava(): CampaignCommunicationTimeConfigArgs