Class EventStreamDeliveryAttempt
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record EventStreamDeliveryAttempt : IJsonOnDeserialized, IEquatable<EventStreamDeliveryAttempt>
- Inheritance
-
EventStreamDeliveryAttempt
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ErrorMessage
Delivery error message, if applicable
[JsonPropertyName("error_message")]
public string? ErrorMessage { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public required EventStreamDeliveryStatusEnum Status { get; set; }
Property Value
Timestamp
Timestamp of delivery attempt
[JsonPropertyName("timestamp")]
public required DateTime Timestamp { 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.