Back to Node Auth0

Interface ListActionsPaginatedResponseContent

docs/interfaces/management.Management.ListActionsPaginatedResponseContent.html

5.9.11.1 KB
Original Source

Interface ListActionsPaginatedResponseContent

interface ListActionsPaginatedResponseContent {
total?: number;
page?: number;
per_page?: number;
actions?: Management.Action[];
}

Index

Properties

total?page?per_page?actions?

Properties

Optionaltotal

total?: number

The total result count.

Optionalpage

page?: number

Page index of the results being returned. First page is 0.

Optionalper_page

per_page?: number

Number of results per page.

Optionalactions

actions?: Management.Action[]

The list of actions.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties totalpageper_pageactions