CampaignRestrictedPeriodArgs

data class CampaignRestrictedPeriodArgs(val endDate: Output<String>, val name: Output<String>? = null, val startDate: Output<String>) : ConvertibleToJava<CampaignRestrictedPeriodArgs>

Restricted period

Constructors

Link copied to clipboard
constructor(endDate: Output<String>, name: Output<String>? = null, startDate: Output<String>)

Properties

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

The name of a restricted period

Link copied to clipboard
val startDate: Output<String>

Functions

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