ActionDescription

@Serializable
data class ActionDescription(val service: String, val action: String, val arguments: List<OptionDescription>, val result: Type)

Constructors

Link copied to clipboard
constructor(service: String, action: String, arguments: List<OptionDescription>, result: Type)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard