@runloop/api-client - v1.18.1
    Preparing search index...

    Interface GatewayConfigListView

    A paginated list of GatewayConfigs.

    interface GatewayConfigListView {
        gateway_configs: Runloop.GatewayConfigView[];
        has_more: boolean;
        total_count?: number | null;
    }
    Index

    Properties

    gateway_configs: Runloop.GatewayConfigView[]

    The list of GatewayConfigs.

    has_more: boolean

    Whether there are more results available beyond this page.

    total_count?: number | null

    Total count of GatewayConfigs that match the query.