Class GetEventStreamDeliveryHistoryResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Metadata about a specific attempt to deliver an event
[Serializable]
public record GetEventStreamDeliveryHistoryResponseContent : IJsonOnDeserialized, IEquatable<GetEventStreamDeliveryHistoryResponseContent>
- Inheritance
-
GetEventStreamDeliveryHistoryResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Attempts
Results of delivery attempts
[JsonPropertyName("attempts")]
public IEnumerable<EventStreamDeliveryAttempt> Attempts { get; set; }
Property Value
Event
[JsonPropertyName("event")]
public EventStreamCloudEvent? Event { get; set; }
Property Value
EventStreamId
Unique identifier for the event stream.
[JsonPropertyName("event_stream_id")]
public required string EventStreamId { get; set; }
Property Value
EventType
[JsonPropertyName("event_type")]
public required EventStreamDeliveryEventTypeEnum EventType { get; set; }
Property Value
Id
Unique identifier for the delivery
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public required EventStreamDeliveryStatusEnum Status { 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.