Refresh Schedule Map Schedule Frequency Properties Args
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
Link copied to clipboard
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
val refreshOnDay: Output<RefreshScheduleMapScheduleFrequencyPropertiesRefreshOnDayPropertiesArgs>? = null
The day scheduled for refresh.
Link copied to clipboard
The time of the day for scheduled refresh.