Endpoint info of the route.

interface ISwaggerEndpoint {
    method: string;
    path: string;
    route: IOperation;
}

Hierarchy (View Summary)

Properties

Properties

method: string

Method of the neighbor route.

path: string

Path of the neighbor route.

route: IOperation

Route data.