UnitTestingTrait.TestNullableOptionalRequestCommand.Request

class UnitTestingTrait.TestNullableOptionalRequestCommand.Request


The request payload for the TestNullableOptionalRequest command.

Summary

Public constructors

Creates a request payload for the TestNullableOptionalRequest command.

Public properties

OptionalValue<UByte?>

Unsigned 8-bit integer argument.

Public constructors

Request

Request(arg1: OptionalValue<UByte?> = OptionalValue.absent())

Creates a request payload for the TestNullableOptionalRequest command.

Public properties

arg1

val arg1OptionalValue<UByte?>

Unsigned 8-bit integer argument.