InsightsReportConfigFrequencyOptionsStartDateArgs

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

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 start generating inventory reports.

Link copied to clipboard
val month: Output<Int>

The month to start generating inventory reports.

Link copied to clipboard
val year: Output<Int>

The year to start generating inventory reports

Functions

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