Type: DTO_ApiController

DTO for an API Controller.

Properties
Name Type Description Additional information
Methods List<DTO_ApiMethod>

A collection of the Endpoints (aka Methods) available on this Controller.

Name String

The Name of the Controller.

Description String

The Description of the Controller.

Type String

The Type of the Controller.

IsActive Boolean

Indicates if the Controller is currently accessible.

PathToController String

Absolute path to the Controller.