Class CreateEventStreamTestEventRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateEventStreamTestEventRequestContent : IEquatable<CreateEventStreamTestEventRequestContent>
- Inheritance
-
CreateEventStreamTestEventRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Data
[JsonPropertyName("data")]
public Dictionary<string, object?>? Data { get; set; }
Property Value
EventType
[JsonPropertyName("event_type")]
public required EventStreamTestEventTypeEnum 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.