Class EventStreamCloudEventUserUpdatedData
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The event payload.
[Serializable]
public record EventStreamCloudEventUserUpdatedData : IJsonOnDeserialized, IEquatable<EventStreamCloudEventUserUpdatedData>
- Inheritance
-
EventStreamCloudEventUserUpdatedData
- 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 EventStreamCloudEventUserUpdatedObject 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.