Table of Contents

Class ApiEndpointParameter

Namespace
Sisk.Documenting
Assembly
Sisk.Documenting.dll

Represents a parameter for an API endpoint, including its name, type, and requirements.

public sealed class ApiEndpointParameter
Inheritance
ApiEndpointParameter
Inherited Members

Properties

Description

Gets the description of the parameter.

IsRequired

Gets a value indicating whether the parameter is required.

Name

Gets the name of the parameter.

TypeName

Gets the type name of the parameter.