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