Table of Contents

Struct EventStreamCloudEventUserUpdatedCloudEventTypeEnum

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(EventStreamCloudEventUserUpdatedCloudEventTypeEnum.EventStreamCloudEventUserUpdatedCloudEventTypeEnumSerializer))]
[Serializable]
public readonly record struct EventStreamCloudEventUserUpdatedCloudEventTypeEnum : IStringEnum, IEquatable<string>, IEquatable<EventStreamCloudEventUserUpdatedCloudEventTypeEnum>
Implements
Inherited Members

Constructors

EventStreamCloudEventUserUpdatedCloudEventTypeEnum(string)

public EventStreamCloudEventUserUpdatedCloudEventTypeEnum(string value)

Parameters

value string

Fields

UserUpdated

public static readonly EventStreamCloudEventUserUpdatedCloudEventTypeEnum UserUpdated

Field Value

EventStreamCloudEventUserUpdatedCloudEventTypeEnum

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static EventStreamCloudEventUserUpdatedCloudEventTypeEnum FromCustom(string value)

Parameters

value string

Returns

EventStreamCloudEventUserUpdatedCloudEventTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventUserUpdatedCloudEventTypeEnum, string)

public static bool operator ==(EventStreamCloudEventUserUpdatedCloudEventTypeEnum value1, string value2)

Parameters

value1 EventStreamCloudEventUserUpdatedCloudEventTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventUserUpdatedCloudEventTypeEnum)

public static explicit operator string(EventStreamCloudEventUserUpdatedCloudEventTypeEnum value)

Parameters

value EventStreamCloudEventUserUpdatedCloudEventTypeEnum

Returns

string

explicit operator EventStreamCloudEventUserUpdatedCloudEventTypeEnum(string)

public static explicit operator EventStreamCloudEventUserUpdatedCloudEventTypeEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventUserUpdatedCloudEventTypeEnum

operator !=(EventStreamCloudEventUserUpdatedCloudEventTypeEnum, string)

public static bool operator !=(EventStreamCloudEventUserUpdatedCloudEventTypeEnum value1, string value2)

Parameters

value1 EventStreamCloudEventUserUpdatedCloudEventTypeEnum
value2 string

Returns

bool