BudgetBudgetFilterCustomPeriodEndDateArgs

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

Constructors

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

Properties

Link copied to clipboard
val day: Output<Int>

Day of a month. Must be from 1 to 31 and valid for the year and month.

Link copied to clipboard
val month: Output<Int>

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

Link copied to clipboard
val year: Output<Int>

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

Functions

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