CLASS

GenericClientOperationActionModel

Contents

public final class GenericClientOperationActionModel: ClientOperationActionModel

A client operation that is not modeled 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