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

    Interface GatewayConfigListView

    A paginated list of GatewayConfigs.

    interface GatewayConfigListView {
        gateway_configs: Runloop.GatewayConfigView[];
        has_more: boolean;
        total_count: number;
    }
    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

    Total count of GatewayConfigs that match the query.