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

    Interface ApiBatchList

    interface ApiBatchList {
        batches?: SendSMSResponse[];
        count?: number;
        page?: number;
        page_size?: number;
    }
    Index

    Properties

    batches?: SendSMSResponse[]

    The page of batches matching the given filters.

    count?: number

    The total number of entries matching the given filters.

    page?: number

    The requested page.

    page_size?: number

    The number of entries returned in this request.