BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDate

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

Link copied to clipboard
val month: Int? = null

Month of a year.

Link copied to clipboard
val year: Int? = null

Year of the date.