CampaignLocalTimeZoneConfig

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

Local time zone config

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultTimeZone: String? = null

The timezone to use for all recipients.

Link copied to clipboard

Detects methods for the recipient's timezone.