Class EventStreamCloudEventGroupRoleDeletedPreviousObject
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The event content as it was prior to the change described by this event, when applicable.
[Serializable]
public record EventStreamCloudEventGroupRoleDeletedPreviousObject : IJsonOnDeserialized, IEquatable<EventStreamCloudEventGroupRoleDeletedPreviousObject>
- Inheritance
-
EventStreamCloudEventGroupRoleDeletedPreviousObject
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CreatedAt
The time at which the role was assigned to the group.
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
Group
[JsonPropertyName("group")]
public required EventStreamCloudEventGroupRoleDeletedPreviousObjectGroup Group { get; set; }
Property Value
Role
[JsonPropertyName("role")]
public required EventStreamCloudEventGroupRoleDeletedPreviousObjectRole Role { 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.