Annotation

@Serializable
data class Annotation(val readOnly: Boolean? = null, val autosubmit: Boolean? = null)

Tool annotations

Constructors

Link copied to clipboard
constructor(readOnly: Boolean? = null, autosubmit: Boolean? = null)

Properties

Link copied to clipboard
val autosubmit: Boolean? = null

If the declarative tool was declared with the autosubmit attribute.

Link copied to clipboard
val readOnly: Boolean? = null

A hint indicating that the tool does not modify any state.