Class EventStreamCloudEventUserCreatedData
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The event payload.
[Serializable]
public record EventStreamCloudEventUserCreatedData : IJsonOnDeserialized, IEquatable<EventStreamCloudEventUserCreatedData>
- Inheritance
-
EventStreamCloudEventUserCreatedData
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Context
[JsonPropertyName("context")]
public EventStreamCloudEventContext? Context { get; set; }
Property Value
Object
[JsonPropertyName("object")]
public required EventStreamCloudEventUserCreatedObject Object { 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.