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