@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface PaginationRequest

    Standard cursor-based pagination parameters for list operations

    interface PaginationRequest {
        max_results?: number;
        cursor?: string;
    }
    Index

    Properties

    max_results?: number

    Maximum number of items to return per page

    cursor?: string

    Opaque cursor from a previous response to fetch the next page