Insights Report Config Frequency Options
data class InsightsReportConfigFrequencyOptions(val endDate: InsightsReportConfigFrequencyOptionsEndDate, val frequency: String, val startDate: InsightsReportConfigFrequencyOptionsStartDate)
Constructors
Link copied to clipboard
constructor(endDate: InsightsReportConfigFrequencyOptionsEndDate, frequency: String, startDate: InsightsReportConfigFrequencyOptionsStartDate)
Properties
Link copied to clipboard
The date to stop generating inventory reports. For example, {"day": 15, "month": 9, "year": 2022}. Structure is documented below.
Link copied to clipboard
The date to start generating inventory reports. For example, {"day": 15, "month": 8, "year": 2022}. Structure is documented below.