DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartDate

data class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartDate(val day: Int? = null, val month: Int? = null, val year: Int? = null)

Constructors

constructor(day: Int? = null, month: Int? = null, year: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int? = null

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

Link copied to clipboard
val month: Int? = null

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

Link copied to clipboard
val year: Int? = null

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.