Back to Node Auth0

Interface ListActionVersionsRequestParameters

docs/interfaces/management.Management.ListActionVersionsRequestParameters.html

5.9.1852 B
Original Source

Interface ListActionVersionsRequestParameters

Example

{ * page: 1, * per_page: 1 * }Copy

interface ListActionVersionsRequestParameters {
page?: number | null;
per_page?: number | null;
}

Index

Properties

page?per_page?

Properties

Optionalpage

page?: number | null

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

Optionalper_page

per_page?: number | null

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties pageper_page