CLASS

GenericClientOperationActionModel

Contents

public final class GenericClientOperationActionModel: ClientOperationActionModel

A client operation that is not modelled by the SDK.

Properties

arguments

public let arguments: [String: Any]

JSON representation of the client operation arguments.

Methods

init(from:)

public required init(from decoder: Decoder) throws

encode(to:)

override public func encode(to encoder: Encoder) throws