zendesk-messaging-client
    Preparing search index...

    Type Alias Meta

    Response metadata.

    type Meta = {
        afterCursor?: string;
        beforeCursor?: string;
        hasMore?: boolean;
    }
    Index

    Properties

    afterCursor?: string

    A record id that can be used as a page[after] parameter in a new request to get the next page. Not specified if there are no subsequent pages.

    beforeCursor?: string

    A record id that can be used as a page[before] parameter in a new request to get the previous page. Not specified if there are no previous pages.

    hasMore?: boolean

    A flag that indicates if there are more records that can be fetched.