Table of Contents

Struct EventStreamSubscribeEventsResponseContent.ConnectionUpdated

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Discriminated union type for connection.updated

[Serializable]
public struct EventStreamSubscribeEventsResponseContent.ConnectionUpdated
Inherited Members

Constructors

ConnectionUpdated(EventStreamCloudEventConnectionUpdated)

public ConnectionUpdated(EventStreamCloudEventConnectionUpdated value)

Parameters

value EventStreamCloudEventConnectionUpdated

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 ConnectionUpdated(EventStreamCloudEventConnectionUpdated)

public static implicit operator EventStreamSubscribeEventsResponseContent.ConnectionUpdated(EventStreamCloudEventConnectionUpdated value)

Parameters

value EventStreamCloudEventConnectionUpdated

Returns

EventStreamSubscribeEventsResponseContent.ConnectionUpdated