Refresh Schedule Map Args
data class RefreshScheduleMapArgs(val refreshType: Output<RefreshScheduleMapRefreshType>? = null, val scheduleFrequency: Output<RefreshScheduleMapScheduleFrequencyPropertiesArgs>? = null, val scheduleId: Output<String>? = null, val startAfterDateTime: Output<String>? = null) : ConvertibleToJava<RefreshScheduleMapArgs>
Constructors
Link copied to clipboard
fun RefreshScheduleMapArgs(refreshType: Output<RefreshScheduleMapRefreshType>? = null, scheduleFrequency: Output<RefreshScheduleMapScheduleFrequencyPropertiesArgs>? = null, scheduleId: Output<String>? = null, startAfterDateTime: Output<String>? = null)