Table of Contents

Struct AsyncApprovalNotificationsChannelsEnum

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

Constructors

AsyncApprovalNotificationsChannelsEnum(string)

public AsyncApprovalNotificationsChannelsEnum(string value)

Parameters

value string

Fields

Email

public static readonly AsyncApprovalNotificationsChannelsEnum Email

Field Value

AsyncApprovalNotificationsChannelsEnum

GuardianPush

public static readonly AsyncApprovalNotificationsChannelsEnum GuardianPush

Field Value

AsyncApprovalNotificationsChannelsEnum

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 AsyncApprovalNotificationsChannelsEnum FromCustom(string value)

Parameters

value string

Returns

AsyncApprovalNotificationsChannelsEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(AsyncApprovalNotificationsChannelsEnum, string)

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

Parameters

value1 AsyncApprovalNotificationsChannelsEnum
value2 string

Returns

bool

explicit operator string(AsyncApprovalNotificationsChannelsEnum)

public static explicit operator string(AsyncApprovalNotificationsChannelsEnum value)

Parameters

value AsyncApprovalNotificationsChannelsEnum

Returns

string

explicit operator AsyncApprovalNotificationsChannelsEnum(string)

public static explicit operator AsyncApprovalNotificationsChannelsEnum(string value)

Parameters

value string

Returns

AsyncApprovalNotificationsChannelsEnum

operator !=(AsyncApprovalNotificationsChannelsEnum, string)

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

Parameters

value1 AsyncApprovalNotificationsChannelsEnum
value2 string

Returns

bool