Share via


InsightScheduleTask interface

Insight task for the schedule.

Extends

Properties

insight

The insight payload.

type

Type of the task, which is always 'Insight'.

Inherited Properties

configuration

Configuration for the task.

Property Details

insight

The insight payload.

insight: Insight

Property Value

type

Type of the task, which is always 'Insight'.

type: "Insight"

Property Value

"Insight"

Inherited Property Details

configuration

Configuration for the task.

configuration?: Record<string, string>

Property Value

Record<string, string>

Inherited From ScheduleTask.configuration