InsightsReportConfigFrequencyOptionsEndDateArgs

data class InsightsReportConfigFrequencyOptionsEndDateArgs(val day: Output<Int>, val month: Output<Int>, val year: Output<Int>) : ConvertibleToJava<InsightsReportConfigFrequencyOptionsEndDateArgs>

Constructors

constructor(day: Output<Int>, month: Output<Int>, year: Output<Int>)

Properties

Link copied to clipboard
val day: Output<Int>

The day of the month to stop generating inventory reports.

Link copied to clipboard
val month: Output<Int>

The month to stop generating inventory reports.

Link copied to clipboard
val year: Output<Int>

The year to stop generating inventory reports

Functions

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