AnalysisVisualCustomAction

data class AnalysisVisualCustomAction(val actionOperations: List<AnalysisVisualCustomActionOperation>, val customActionId: String, val name: String, val status: AnalysisWidgetStatus? = null, val trigger: AnalysisVisualCustomActionTrigger)

Constructors

Link copied to clipboard
constructor(actionOperations: List<AnalysisVisualCustomActionOperation>, customActionId: String, name: String, status: AnalysisWidgetStatus? = null, trigger: AnalysisVisualCustomActionTrigger)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of VisualCustomActionOperations . This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link copied to clipboard

The ID of the VisualCustomAction .

Link copied to clipboard

The name of the VisualCustomAction .

Link copied to clipboard

The status of the VisualCustomAction .

Link copied to clipboard

The trigger of the VisualCustomAction . Valid values are defined as follows: