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
To
Optional last day of the date range (inclusive) in YYYYMMDD format.
[JsonIgnore]
public Optional<string?> To { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.