interface ListGatewayNetworksResponse {
    gatewayNetworks: GatewayNetwork[];
    totalCount: number;
}

Properties

gatewayNetworks: GatewayNetwork[]

GatewayNetworks on this page.

totalCount: number

Total GatewayNetworks count matching the filter.