CapabilityPropertiesResponse

data class CapabilityPropertiesResponse(val description: String, val parametersSchema: String, val publisher: String, val targetType: String, val urn: String)

Model that represents the Capability properties model.

Constructors

Link copied to clipboard
constructor(description: String, parametersSchema: String, publisher: String, targetType: String, urn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Localized string of the description.

Link copied to clipboard

URL to retrieve JSON schema of the Capability parameters.

Link copied to clipboard

String of the Publisher that this Capability extends.

Link copied to clipboard

String of the Target Type that this Capability extends.

Link copied to clipboard
val urn: String

String of the URN for this Capability Type.