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

    Interface ApiInboundList

    interface ApiInboundList {
        count?: number;
        inbounds?: InboundMessageResponse[];
        page?: number;
        page_size?: number;
    }
    Index

    Properties

    count?: number

    The total number of inbounds matching the given filters

    The page of inbounds matching the given filters.

    page?: number

    The requested page.

    page_size?: number

    The number of inbounds returned in this request.