Campaign Local Time Zone Config Args
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)