Class EventStreamSubscription
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Event types
[Serializable]
public record EventStreamSubscription : IJsonOnDeserialized, IEquatable<EventStreamSubscription>
- Inheritance
-
EventStreamSubscription
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
EventType
[JsonPropertyName("event_type")]
public string? EventType { 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.