Struct FlowActionAuth0SendRequestParamsMethod
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(FlowActionAuth0SendRequestParamsMethod.FlowActionAuth0SendRequestParamsMethodSerializer))]
[Serializable]
public readonly record struct FlowActionAuth0SendRequestParamsMethod : IStringEnum, IEquatable<string>, IEquatable<FlowActionAuth0SendRequestParamsMethod>
- Implements
- Inherited Members
Constructors
FlowActionAuth0SendRequestParamsMethod(string)
public FlowActionAuth0SendRequestParamsMethod(string value)
Parameters
valuestring
Fields
Delete
public static readonly FlowActionAuth0SendRequestParamsMethod Delete
Field Value
Get
public static readonly FlowActionAuth0SendRequestParamsMethod Get
Field Value
Patch
public static readonly FlowActionAuth0SendRequestParamsMethod Patch
Field Value
Post
public static readonly FlowActionAuth0SendRequestParamsMethod Post
Field Value
Put
public static readonly FlowActionAuth0SendRequestParamsMethod Put
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static FlowActionAuth0SendRequestParamsMethod FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(FlowActionAuth0SendRequestParamsMethod, string)
public static bool operator ==(FlowActionAuth0SendRequestParamsMethod value1, string value2)
Parameters
value1FlowActionAuth0SendRequestParamsMethodvalue2string
Returns
explicit operator string(FlowActionAuth0SendRequestParamsMethod)
public static explicit operator string(FlowActionAuth0SendRequestParamsMethod value)
Parameters
Returns
explicit operator FlowActionAuth0SendRequestParamsMethod(string)
public static explicit operator FlowActionAuth0SendRequestParamsMethod(string value)
Parameters
valuestring
Returns
operator !=(FlowActionAuth0SendRequestParamsMethod, string)
public static bool operator !=(FlowActionAuth0SendRequestParamsMethod value1, string value2)
Parameters
value1FlowActionAuth0SendRequestParamsMethodvalue2string