Table of Contents

Struct FlowActionPipedriveAddDealAction

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

Constructors

FlowActionPipedriveAddDealAction(string)

public FlowActionPipedriveAddDealAction(string value)

Parameters

value string

Fields

AddDeal

public static readonly FlowActionPipedriveAddDealAction AddDeal

Field Value

FlowActionPipedriveAddDealAction

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

Parameters

value string

Returns

FlowActionPipedriveAddDealAction

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(FlowActionPipedriveAddDealAction, string)

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

Parameters

value1 FlowActionPipedriveAddDealAction
value2 string

Returns

bool

explicit operator string(FlowActionPipedriveAddDealAction)

public static explicit operator string(FlowActionPipedriveAddDealAction value)

Parameters

value FlowActionPipedriveAddDealAction

Returns

string

explicit operator FlowActionPipedriveAddDealAction(string)

public static explicit operator FlowActionPipedriveAddDealAction(string value)

Parameters

value string

Returns

FlowActionPipedriveAddDealAction

operator !=(FlowActionPipedriveAddDealAction, string)

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

Parameters

value1 FlowActionPipedriveAddDealAction
value2 string

Returns

bool