InteractiveQueryClusterRolesWorkerNodeScriptAction

data class InteractiveQueryClusterRolesWorkerNodeScriptAction(val name: String, val parameters: String? = null, val uri: String)

Constructors

constructor(name: String, parameters: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the script action.

Link copied to clipboard
val parameters: String? = null

The parameters for the script provided.

Link copied to clipboard
val uri: String

The URI to the script.