Table of Contents

Struct EventStreamCloudEventOrgCreatedTypeEnum

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

Constructors

EventStreamCloudEventOrgCreatedTypeEnum(string)

public EventStreamCloudEventOrgCreatedTypeEnum(string value)

Parameters

value string

Fields

OrganizationCreated

public static readonly EventStreamCloudEventOrgCreatedTypeEnum OrganizationCreated

Field Value

EventStreamCloudEventOrgCreatedTypeEnum

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

Parameters

value string

Returns

EventStreamCloudEventOrgCreatedTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventOrgCreatedTypeEnum, string)

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

Parameters

value1 EventStreamCloudEventOrgCreatedTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventOrgCreatedTypeEnum)

public static explicit operator string(EventStreamCloudEventOrgCreatedTypeEnum value)

Parameters

value EventStreamCloudEventOrgCreatedTypeEnum

Returns

string

explicit operator EventStreamCloudEventOrgCreatedTypeEnum(string)

public static explicit operator EventStreamCloudEventOrgCreatedTypeEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventOrgCreatedTypeEnum

operator !=(EventStreamCloudEventOrgCreatedTypeEnum, string)

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

Parameters

value1 EventStreamCloudEventOrgCreatedTypeEnum
value2 string

Returns

bool