Struct FlowActionTwilioSendSmsAction
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(FlowActionTwilioSendSmsAction.FlowActionTwilioSendSmsActionSerializer))]
[Serializable]
public readonly record struct FlowActionTwilioSendSmsAction : IStringEnum, IEquatable<string>, IEquatable<FlowActionTwilioSendSmsAction>
- Implements
- Inherited Members
Constructors
FlowActionTwilioSendSmsAction(string)
public FlowActionTwilioSendSmsAction(string value)
Parameters
valuestring
Fields
SendSms
public static readonly FlowActionTwilioSendSmsAction SendSms
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 FlowActionTwilioSendSmsAction FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(FlowActionTwilioSendSmsAction, string)
public static bool operator ==(FlowActionTwilioSendSmsAction value1, string value2)
Parameters
value1FlowActionTwilioSendSmsActionvalue2string
Returns
explicit operator string(FlowActionTwilioSendSmsAction)
public static explicit operator string(FlowActionTwilioSendSmsAction value)
Parameters
Returns
explicit operator FlowActionTwilioSendSmsAction(string)
public static explicit operator FlowActionTwilioSendSmsAction(string value)
Parameters
valuestring
Returns
operator !=(FlowActionTwilioSendSmsAction, string)
public static bool operator !=(FlowActionTwilioSendSmsAction value1, string value2)
Parameters
value1FlowActionTwilioSendSmsActionvalue2string