Class SubscribeEventsRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record SubscribeEventsRequestParameters : IEquatable<SubscribeEventsRequestParameters>
- Inheritance
-
SubscribeEventsRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
EventType
[JsonIgnore]
public IEnumerable<EventStreamSubscribeEventsEventTypeEnum?> EventType { get; set; }
Property Value
From
Opaque token representing position in the stream. If not provided, stream will start from the latest events.
[JsonIgnore]
public Optional<string?> From { get; set; }
Property Value
FromTimestamp
RFC-3339 timestamp indicating where to start streaming events from. This should only be used on the initial query when a cursor may not be available. Subsequent requests should use the cursor (from) as it will be more accurate.
[JsonIgnore]
public Optional<string?> FromTimestamp { 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.