DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDate

data class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDate(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.

Link copied to clipboard
val month: Int? = null

Month of a year. Must be from 1 to 12.

Link copied to clipboard
val year: Int? = null

Year of the date. Must be from 1 to 9999.