CampaignSchedule

data class CampaignSchedule(val endTime: String, val refreshFrequency: String? = null, val startTime: String)

Campaign schedule

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end time of the schedule in UTC.

Link copied to clipboard

The refresh frequency of the campaign.

Link copied to clipboard

The start time of the schedule in UTC.