Class CreateEventStreamRedeliveryResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateEventStreamRedeliveryResponseContent : IJsonOnDeserialized, IEquatable<CreateEventStreamRedeliveryResponseContent>
- Inheritance
-
CreateEventStreamRedeliveryResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
DateFrom
An RFC-3339 date-time for redelivery start, inclusive. Does not allow sub-second precision.
[JsonPropertyName("date_from")]
public DateTime? DateFrom { get; set; }
Property Value
DateTo
An RFC-3339 date-time for redelivery end, exclusive. Does not allow sub-second precision.
[JsonPropertyName("date_to")]
public DateTime? DateTo { get; set; }
Property Value
EventTypes
Filter by event type
[JsonPropertyName("event_types")]
public IEnumerable<EventStreamEventTypeEnum>? EventTypes { get; set; }
Property Value
Statuses
Filter by status
[JsonPropertyName("statuses")]
public IEnumerable<EventStreamDeliveryStatusEnum>? Statuses { 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.