Bitbucket Data Center API Client
    Preparing search index...

    Interface CodeSearchParams

    Paging options for the code entity of POST /rest/search/latest/search.

    interface CodeSearchParams {
        limit?: number;
        start?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of code hits to return

    start?: number

    Offset of the first code hit to return