Table of Contents

Struct TooManyRequestsErrorBodyError

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

Constructors

TooManyRequestsErrorBodyError(string)

public TooManyRequestsErrorBodyError(string value)

Parameters

value string

Fields

TooManyRequests

public static readonly TooManyRequestsErrorBodyError TooManyRequests

Field Value

TooManyRequestsErrorBodyError

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

Parameters

value string

Returns

TooManyRequestsErrorBodyError

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(TooManyRequestsErrorBodyError, string)

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

Parameters

value1 TooManyRequestsErrorBodyError
value2 string

Returns

bool

explicit operator string(TooManyRequestsErrorBodyError)

public static explicit operator string(TooManyRequestsErrorBodyError value)

Parameters

value TooManyRequestsErrorBodyError

Returns

string

explicit operator TooManyRequestsErrorBodyError(string)

public static explicit operator TooManyRequestsErrorBodyError(string value)

Parameters

value string

Returns

TooManyRequestsErrorBodyError

operator !=(TooManyRequestsErrorBodyError, string)

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

Parameters

value1 TooManyRequestsErrorBodyError
value2 string

Returns

bool