CampaignLocalTimeZoneConfigArgs

data class CampaignLocalTimeZoneConfigArgs(val defaultTimeZone: Output<String>? = null, val localTimeZoneDetection: Output<List<CampaignLocalTimeZoneDetectionType>>? = null) : ConvertibleToJava<CampaignLocalTimeZoneConfigArgs>

Local time zone config

Constructors

Link copied to clipboard
constructor(defaultTimeZone: Output<String>? = null, localTimeZoneDetection: Output<List<CampaignLocalTimeZoneDetectionType>>? = null)

Properties

Link copied to clipboard
val defaultTimeZone: Output<String>? = null

The timezone to use for all recipients.

Link copied to clipboard

Detects methods for the recipient's timezone.

Functions

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