Table of Contents

Class GetDailyStatsRequestParameters

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetDailyStatsRequestParameters : IEquatable<GetDailyStatsRequestParameters>
Inheritance
GetDailyStatsRequestParameters
Implements
Inherited Members
Extension Methods

Properties

From

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

[JsonIgnore]
public Optional<string?> From { get; set; }

Property Value

Optional<string>

To

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

[JsonIgnore]
public Optional<string?> To { get; set; }

Property Value

Optional<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.