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

    Interface ListAccessControlListsForTrunkRequestData

    interface ListAccessControlListsForTrunkRequestData {
        page?: number;
        size?: number;
        trunkId: 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

    trunkId: string

    The ID of the trunk that you want to work with