Back to Node Auth0

Interface GetDailyStatsRequestParameters

docs/interfaces/management.Management.GetDailyStatsRequestParameters.html

5.9.1767 B
Original Source

Interface GetDailyStatsRequestParameters

Example

{ * from: "from", * to: "to" * }Copy

interface GetDailyStatsRequestParameters {
from?: string | null;
to?: string | null;
}

Index

Properties

from?to?

Properties

Optionalfrom

from?: string | null

Optional first day of the date range (inclusive) in YYYYMMDD format.

Optionalto

to?: string | null

Optional last day of the date range (inclusive) in YYYYMMDD format.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromto