Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Interface ListActionVersionsRequestParameters

    {
    * page: 1,
    * per_page: 1
    * }
    interface ListActionVersionsRequestParameters {
        page?: number | null;
        per_page?: number | null;
    }
    Index

    Properties

    Properties

    page?: number | null

    Use this field to request a specific page of the list results.

    per_page?: number | null

    This field specify the maximum number of results to be returned by the server. 20 by default