Class UpdateEventStreamRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateEventStreamRequestContent : IEquatable<UpdateEventStreamRequestContent>
- Inheritance
-
UpdateEventStreamRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Destination
[JsonPropertyName("destination")]
public EventStreamDestinationPatch? Destination { get; set; }
Property Value
Name
Name of the event stream.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public EventStreamStatusEnum? Status { get; set; }
Property Value
Subscriptions
List of event types subscribed to in this stream.
[JsonPropertyName("subscriptions")]
public IEnumerable<EventStreamSubscription>? Subscriptions { 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.