interface ListGatewaysResponse {
    gateways: Gateway[];
    totalCount: number;
}

Properties

Properties

gateways: Gateway[]

Gateways on this page.

totalCount: number

Total count of gateways matching the filter.