Struct EventStreamSubscribeEventsResponseContent.GroupRoleDeleted
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Discriminated union type for group.role.deleted
[Serializable]
public struct EventStreamSubscribeEventsResponseContent.GroupRoleDeleted
- Inherited Members
Constructors
GroupRoleDeleted(EventStreamCloudEventGroupRoleDeleted)
public GroupRoleDeleted(EventStreamCloudEventGroupRoleDeleted value)
Parameters
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
implicit operator GroupRoleDeleted(EventStreamCloudEventGroupRoleDeleted)
public static implicit operator EventStreamSubscribeEventsResponseContent.GroupRoleDeleted(EventStreamCloudEventGroupRoleDeleted value)