Class EventStreamCloudEventOrgGroupRoleDeleted
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
SSE message for organization.group.role.deleted.
[Serializable]
public record EventStreamCloudEventOrgGroupRoleDeleted : IJsonOnDeserialized, IEquatable<EventStreamCloudEventOrgGroupRoleDeleted>
- Inheritance
-
EventStreamCloudEventOrgGroupRoleDeleted
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Event
[JsonPropertyName("event")]
public required EventStreamCloudEventOrgGroupRoleDeletedCloudEvent Event { get; set; }
Property Value
Offset
Opaque cursor representing position in the stream. Pass as the from query parameter to resume.
[JsonPropertyName("offset")]
public required string Offset { 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.