Class ListEventStreamDeliveriesRequestParameters
- Namespace
- Auth0.ManagementApi.EventStreams
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListEventStreamDeliveriesRequestParameters : IEquatable<ListEventStreamDeliveriesRequestParameters>
- Inheritance
-
ListEventStreamDeliveriesRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
DateFrom
An RFC-3339 date-time for redelivery start, inclusive. Does not allow sub-second precision.
[JsonIgnore]
public Optional<string?> DateFrom { get; set; }
Property Value
DateTo
An RFC-3339 date-time for redelivery end, exclusive. Does not allow sub-second precision.
[JsonIgnore]
public Optional<string?> DateTo { get; set; }
Property Value
EventTypes
Comma-separated list of event types by which to filter
[JsonIgnore]
public Optional<string?> EventTypes { get; set; }
Property Value
From
Optional Id from which to start selection.
[JsonIgnore]
public Optional<string?> From { get; set; }
Property Value
Statuses
Comma-separated list of statuses by which to filter
[JsonIgnore]
public Optional<string?> Statuses { get; set; }
Property Value
Take
Number of results per page. Defaults to 50.
[JsonIgnore]
public Optional<int?> Take { 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.