AlertProcessingRuleSuppressionScheduleRecurrenceDailyArgs

data class AlertProcessingRuleSuppressionScheduleRecurrenceDailyArgs(val endTime: Output<String>, val startTime: Output<String>) : ConvertibleToJava<AlertProcessingRuleSuppressionScheduleRecurrenceDailyArgs>

Constructors

constructor(endTime: Output<String>, startTime: Output<String>)

Properties

Link copied to clipboard
val endTime: Output<String>

Specifies the recurrence end time (H:M:S).

Link copied to clipboard
val startTime: Output<String>

Specifies the recurrence start time (H:M:S).

Functions

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