Struct FlowActionWhatsappSendMessageParamsType
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(FlowActionWhatsappSendMessageParamsType.FlowActionWhatsappSendMessageParamsTypeSerializer))]
[Serializable]
public readonly record struct FlowActionWhatsappSendMessageParamsType : IStringEnum, IEquatable<string>, IEquatable<FlowActionWhatsappSendMessageParamsType>
- Implements
- Inherited Members
Constructors
FlowActionWhatsappSendMessageParamsType(string)
public FlowActionWhatsappSendMessageParamsType(string value)
Parameters
valuestring
Fields
Audio
public static readonly FlowActionWhatsappSendMessageParamsType Audio
Field Value
Contacts
public static readonly FlowActionWhatsappSendMessageParamsType Contacts
Field Value
Document
public static readonly FlowActionWhatsappSendMessageParamsType Document
Field Value
Image
public static readonly FlowActionWhatsappSendMessageParamsType Image
Field Value
Interactive
public static readonly FlowActionWhatsappSendMessageParamsType Interactive
Field Value
Location
public static readonly FlowActionWhatsappSendMessageParamsType Location
Field Value
Sticker
public static readonly FlowActionWhatsappSendMessageParamsType Sticker
Field Value
Template
public static readonly FlowActionWhatsappSendMessageParamsType Template
Field Value
Text
public static readonly FlowActionWhatsappSendMessageParamsType Text
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 FlowActionWhatsappSendMessageParamsType FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(FlowActionWhatsappSendMessageParamsType, string)
public static bool operator ==(FlowActionWhatsappSendMessageParamsType value1, string value2)
Parameters
value1FlowActionWhatsappSendMessageParamsTypevalue2string
Returns
explicit operator string(FlowActionWhatsappSendMessageParamsType)
public static explicit operator string(FlowActionWhatsappSendMessageParamsType value)
Parameters
Returns
explicit operator FlowActionWhatsappSendMessageParamsType(string)
public static explicit operator FlowActionWhatsappSendMessageParamsType(string value)
Parameters
valuestring
Returns
operator !=(FlowActionWhatsappSendMessageParamsType, string)
public static bool operator !=(FlowActionWhatsappSendMessageParamsType value1, string value2)
Parameters
value1FlowActionWhatsappSendMessageParamsTypevalue2string