Table of Contents

Struct EventStreamSubscribeEventsResponseContent.OrganizationDeleted

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Discriminated union type for organization.deleted

[Serializable]
public struct EventStreamSubscribeEventsResponseContent.OrganizationDeleted
Inherited Members

Constructors

OrganizationDeleted(EventStreamCloudEventOrgDeleted)

public OrganizationDeleted(EventStreamCloudEventOrgDeleted value)

Parameters

value EventStreamCloudEventOrgDeleted

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 OrganizationDeleted(EventStreamCloudEventOrgDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent.OrganizationDeleted(EventStreamCloudEventOrgDeleted value)

Parameters

value EventStreamCloudEventOrgDeleted

Returns

EventStreamSubscribeEventsResponseContent.OrganizationDeleted