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