OperationParameter interface

A common interface that all Operation parameter's extend.

Properties

mapper

The mapper that defines how to validate and serialize this parameter's value.

parameterPath

The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments.

Property Details

mapper

The mapper that defines how to validate and serialize this parameter's value.

mapper: Mapper

Property Value

parameterPath

The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments.

parameterPath: ParameterPath

Property Value