CampaignScheduleArgs

data class CampaignScheduleArgs(val endTime: Output<String>, val refreshFrequency: Output<String>? = null, val startTime: Output<String>) : ConvertibleToJava<CampaignScheduleArgs>

Campaign schedule

Constructors

Link copied to clipboard
constructor(endTime: Output<String>, refreshFrequency: Output<String>? = null, startTime: Output<String>)

Properties

Link copied to clipboard
val endTime: Output<String>

The end time of the schedule in UTC.

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

The refresh frequency of the campaign.

Link copied to clipboard
val startTime: Output<String>

The start time of the schedule in UTC.

Functions

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