Struct EventStreamSubscribeEventsResponseContent.GroupDeleted
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Discriminated union type for group.deleted
[Serializable]
public struct EventStreamSubscribeEventsResponseContent.GroupDeleted
- Inherited Members
Constructors
GroupDeleted(EventStreamCloudEventGroupDeleted)
public GroupDeleted(EventStreamCloudEventGroupDeleted 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 GroupDeleted(EventStreamCloudEventGroupDeleted)
public static implicit operator EventStreamSubscribeEventsResponseContent.GroupDeleted(EventStreamCloudEventGroupDeleted value)