ScriptActionResponse

data class ScriptActionResponse(val name: String, val parameters: String, val uri: String)

Describes a script action on role on the cluster.

Constructors

Link copied to clipboard
constructor(name: String, parameters: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the script action.

Link copied to clipboard

The parameters for the script provided.

Link copied to clipboard
val uri: String

The URI to the script.