CLASS
ClientOperationAction
Contents
- Properties
model
properties
- Methods
init(from:)
encode(to:)
public final class ClientOperationAction: Action
Client operation actions instruct a client to perform an out-of-band action, such as launching an application or use some other device.
Properties
model
public let model: ClientOperationActionModel
A ClientOperationActionModel
that represents the available actions for client operation.
properties
public let properties: Properties?
The action properties.
Methods
init(from:)
public required init(from decoder: Decoder) throws
encode(to:)
override public func encode(to encoder: Encoder) throws