Table of Contents

Struct FlowActionPipedriveAddOrganizationType

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

Constructors

FlowActionPipedriveAddOrganizationType(string)

public FlowActionPipedriveAddOrganizationType(string value)

Parameters

value string

Fields

Pipedrive

public static readonly FlowActionPipedriveAddOrganizationType Pipedrive

Field Value

FlowActionPipedriveAddOrganizationType

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

Parameters

value string

Returns

FlowActionPipedriveAddOrganizationType

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(FlowActionPipedriveAddOrganizationType, string)

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

Parameters

value1 FlowActionPipedriveAddOrganizationType
value2 string

Returns

bool

explicit operator string(FlowActionPipedriveAddOrganizationType)

public static explicit operator string(FlowActionPipedriveAddOrganizationType value)

Parameters

value FlowActionPipedriveAddOrganizationType

Returns

string

explicit operator FlowActionPipedriveAddOrganizationType(string)

public static explicit operator FlowActionPipedriveAddOrganizationType(string value)

Parameters

value string

Returns

FlowActionPipedriveAddOrganizationType

operator !=(FlowActionPipedriveAddOrganizationType, string)

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

Parameters

value1 FlowActionPipedriveAddOrganizationType
value2 string

Returns

bool