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