RefreshScheduleMapScheduleFrequencyPropertiesArgs

data class RefreshScheduleMapScheduleFrequencyPropertiesArgs(val interval: Output<RefreshScheduleMapScheduleFrequencyPropertiesInterval>? = null, val refreshOnDay: Output<RefreshScheduleMapScheduleFrequencyPropertiesRefreshOnDayPropertiesArgs>? = null, val timeOfTheDay: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<RefreshScheduleMapScheduleFrequencyPropertiesArgs>

Information about the schedule frequency.

Constructors

constructor(interval: Output<RefreshScheduleMapScheduleFrequencyPropertiesInterval>? = null, refreshOnDay: Output<RefreshScheduleMapScheduleFrequencyPropertiesRefreshOnDayPropertiesArgs>? = null, timeOfTheDay: Output<String>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val timeOfTheDay: Output<String>? = null

The time of the day for scheduled refresh.

Link copied to clipboard
val timeZone: Output<String>? = null

The timezone for scheduled refresh.

Functions

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