Back to Node Auth0

Interface ListLogOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListLogOffsetPaginatedResponseContent.html

5.9.1947 B
Original Source

Interface ListLogOffsetPaginatedResponseContent

interface ListLogOffsetPaginatedResponseContent {
start?: number;
limit?: number;
length?: number;
total?: number;
logs?: Log[];
}

Index

Properties

start?limit?length?total?logs?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionallength

length?: number

Optionaltotal

total?: number

Optionallogs

logs?: Log[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimitlengthtotallogs