Table of Contents

Struct EventStreamSubscribeEventsResponseContent.UserUpdated

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Discriminated union type for user.updated

[Serializable]
public struct EventStreamSubscribeEventsResponseContent.UserUpdated
Inherited Members

Constructors

UserUpdated(EventStreamCloudEventUserUpdated)

public UserUpdated(EventStreamCloudEventUserUpdated value)

Parameters

value EventStreamCloudEventUserUpdated

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 UserUpdated(EventStreamCloudEventUserUpdated)

public static implicit operator EventStreamSubscribeEventsResponseContent.UserUpdated(EventStreamCloudEventUserUpdated value)

Parameters

value EventStreamCloudEventUserUpdated

Returns

EventStreamSubscribeEventsResponseContent.UserUpdated