Table of Contents

Struct FlowActionStripeFindCustomersAction

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

Constructors

FlowActionStripeFindCustomersAction(string)

public FlowActionStripeFindCustomersAction(string value)

Parameters

value string

Fields

FindCustomers

public static readonly FlowActionStripeFindCustomersAction FindCustomers

Field Value

FlowActionStripeFindCustomersAction

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

Parameters

value string

Returns

FlowActionStripeFindCustomersAction

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(FlowActionStripeFindCustomersAction, string)

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

Parameters

value1 FlowActionStripeFindCustomersAction
value2 string

Returns

bool

explicit operator string(FlowActionStripeFindCustomersAction)

public static explicit operator string(FlowActionStripeFindCustomersAction value)

Parameters

value FlowActionStripeFindCustomersAction

Returns

string

explicit operator FlowActionStripeFindCustomersAction(string)

public static explicit operator FlowActionStripeFindCustomersAction(string value)

Parameters

value string

Returns

FlowActionStripeFindCustomersAction

operator !=(FlowActionStripeFindCustomersAction, string)

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

Parameters

value1 FlowActionStripeFindCustomersAction
value2 string

Returns

bool