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

    Interface NetworkPolicyListView

    A list of NetworkPolicies with pagination information.

    interface NetworkPolicyListView {
        has_more: boolean;
        network_policies: Runloop.NetworkPolicyView[];
        total_count: number;
    }
    Index

    Properties

    has_more: boolean

    Whether there are more results available.

    network_policies: Runloop.NetworkPolicyView[]

    The list of NetworkPolicies.

    total_count: number

    Total count of items in this response.