Class EventStreamCloudEventGroupRoleDeletedObject
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The event content.
[Serializable]
public record EventStreamCloudEventGroupRoleDeletedObject : IJsonOnDeserialized, IEquatable<EventStreamCloudEventGroupRoleDeletedObject>
- Inheritance
-
EventStreamCloudEventGroupRoleDeletedObject
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
DeletedAt
The time at which the role was removed from the group.
[JsonPropertyName("deleted_at")]
public required DateTime DeletedAt { get; set; }
Property Value
Group
[JsonPropertyName("group")]
public required EventStreamCloudEventGroupRoleDeletedObjectGroup Group { get; set; }
Property Value
Role
[JsonPropertyName("role")]
public required EventStreamCloudEventGroupRoleDeletedObjectRole 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.