Table of Contents

Struct EventStreamSubscribeEventsResponseContent.OrganizationCreated

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Discriminated union type for organization.created

[Serializable]
public struct EventStreamSubscribeEventsResponseContent.OrganizationCreated
Inherited Members

Constructors

OrganizationCreated(EventStreamCloudEventOrgCreated)

public OrganizationCreated(EventStreamCloudEventOrgCreated value)

Parameters

value EventStreamCloudEventOrgCreated

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 OrganizationCreated(EventStreamCloudEventOrgCreated)

public static implicit operator EventStreamSubscribeEventsResponseContent.OrganizationCreated(EventStreamCloudEventOrgCreated value)

Parameters

value EventStreamCloudEventOrgCreated

Returns

EventStreamSubscribeEventsResponseContent.OrganizationCreated