Analysis Layer Custom Action Args
data class AnalysisLayerCustomActionArgs(val actionOperations: Output<List<AnalysisLayerCustomActionOperationArgs>>, val customActionId: Output<String>, val name: Output<String>, val status: Output<AnalysisWidgetStatus>? = null, val trigger: Output<AnalysisLayerCustomActionTrigger>) : ConvertibleToJava<AnalysisLayerCustomActionArgs>
Constructors
Link copied to clipboard
constructor(actionOperations: Output<List<AnalysisLayerCustomActionOperationArgs>>, customActionId: Output<String>, name: Output<String>, status: Output<AnalysisWidgetStatus>? = null, trigger: Output<AnalysisLayerCustomActionTrigger>)
Properties
Link copied to clipboard
A list of LayerCustomActionOperations
. 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 custom action.
Link copied to clipboard
The status of the LayerCustomAction
.
Link copied to clipboard
The trigger of the LayerCustomAction
. Valid values are defined as follows: