Class JsonRpcDocumentationParameter
- Namespace
- Sisk.JsonRPC.Documentation
- Assembly
- Sisk.JsonRPC.dll
Represents the documentation for a parameter of a JSON-RPC method.
public sealed class JsonRpcDocumentationParameter
- Inheritance
-
JsonRpcDocumentationParameter
- Inherited Members
Properties
- Description
Gets the description of the parameter.
- IsOptional
Gets a value indicating whether the parameter is optional.
- ParameterName
Gets the name of the parameter.
- ParameterType
Gets the type of the parameter.