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