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