DocumentationActionFacet

data class DocumentationActionFacet(val getProducer: String, val getSchemaURL: String, val description: String)

Represents the documentation facet of an action.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, description: String)

Properties

Link copied to clipboard

The description of the action.

Link copied to clipboard

The producer of the documentation.

Link copied to clipboard

The URL of the schema associated with the documentation.