Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ListBlockingRulesRequestData

    interface ListBlockingRulesRequestData {
        page?: number;
        size?: number;
        sort?: string[];
    }
    Index

    Properties

    Properties

    page?: number

    The page you want to fetch, can set to 1 for first page, or omitted for first page

    size?: number

    The size of each page to fetch

    sort?: string[]

    An array setting the sorting criteria in the format of property,(ascending/descending)