interface ListRoutesResponse {
    routes: LB.v1.Route[];
    totalCount: number;
}

Properties

Properties

routes: LB.v1.Route[]

List of route objects.

totalCount: number

The total number of route objects.