TemplateImageCustomActionArgs

data class TemplateImageCustomActionArgs(val actionOperations: Output<List<TemplateImageCustomActionOperationArgs>>, val customActionId: Output<String>, val name: Output<String>, val status: Output<TemplateWidgetStatus>? = null, val trigger: Output<TemplateImageCustomActionTrigger>) : ConvertibleToJava<TemplateImageCustomActionArgs>

Constructors

Link copied to clipboard
constructor(actionOperations: Output<List<TemplateImageCustomActionOperationArgs>>, customActionId: Output<String>, name: Output<String>, status: Output<TemplateWidgetStatus>? = null, trigger: Output<TemplateImageCustomActionTrigger>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val customActionId: Output<String>

The ID of the custom action.

Link copied to clipboard
val name: Output<String>

The name of the custom action.

Link copied to clipboard
val status: Output<TemplateWidgetStatus>? = null

The status of the custom action.

Link copied to clipboard

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

Functions

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