Class ApiEndpointPathParameter
- Namespace
- Sisk.Documenting
- Assembly
- Sisk.Documenting.dll
Represents a path parameter for an API endpoint, including its name, type, and description.
public sealed class ApiEndpointPathParameter
- Inheritance
-
ApiEndpointPathParameter
- Inherited Members
Properties
- Description
Gets the description of the path parameter.
- Name
Gets the name of the path parameter.
- Type
Gets the type of the path parameter.