@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface ListWebhooksRequest

    Represents a webhook listing request.

    interface ListWebhooksRequest {
        isDescending?: boolean;
        itemCount?: number;
        startingId?: number;
    }
    Index

    Properties

    isDescending?: boolean

    Sort by descending order.

    itemCount?: number

    Number of items to return in the query.

    startingId?: number

    If null starts at beginning of list.