DelayActionResponse

data class DelayActionResponse(val duration: String, val name: String, val type: String)

Model that represents a delay action.

Constructors

Link copied to clipboard
constructor(duration: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ISO8601 formatted string that represents a duration.

Link copied to clipboard

String that represents a Capability URN.

Link copied to clipboard

Enum that discriminates between action models. Expected value is 'delay'.