Template Visual Custom Action Args
data class TemplateVisualCustomActionArgs(val actionOperations: Output<List<TemplateVisualCustomActionOperationArgs>>, val customActionId: Output<String>, val name: Output<String>, val status: Output<TemplateWidgetStatus>? = null, val trigger: Output<TemplateVisualCustomActionTrigger>) : ConvertibleToJava<TemplateVisualCustomActionArgs>
Constructors
Link copied to clipboard
constructor(actionOperations: Output<List<TemplateVisualCustomActionOperationArgs>>, customActionId: Output<String>, name: Output<String>, status: Output<TemplateWidgetStatus>? = null, trigger: Output<TemplateVisualCustomActionTrigger>)
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 status of the VisualCustomAction
.
Link copied to clipboard
The trigger of the VisualCustomAction
. Valid values are defined as follows: