Class MonitorOptionsSchedulingOptionsEvaluationWindow

Configuration options for the evaluation window. If hour_starts is set, no other fields may be set. Otherwise, day_starts and month_starts must be set together.

Hierarchy

  • MonitorOptionsSchedulingOptionsEvaluationWindow

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dayStarts?: string

The time of the day at which a one day cumulative evaluation window starts. Must be defined in UTC time in HH:mm format.

hourStarts?: number

The minute of the hour at which a one hour cumulative evaluation window starts.

monthStarts?: number

The day of the month at which a one month cumulative evaluation window starts.

Generated using TypeDoc