Table of Contents

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

Optional<string>

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

Optional<string>

EventTypes

Comma-separated list of event types by which to filter

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

Property Value

Optional<string>

From

Optional Id from which to start selection.

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

Property Value

Optional<string>

Statuses

Comma-separated list of statuses by which to filter

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

Property Value

Optional<string>

Take

Number of results per page. Defaults to 50.

[JsonIgnore]
public Optional<int?> Take { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.