Table of Contents

Struct EventStreamCloudEventOrgUpdatedCloudEventTypeEnum

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

Constructors

EventStreamCloudEventOrgUpdatedCloudEventTypeEnum(string)

public EventStreamCloudEventOrgUpdatedCloudEventTypeEnum(string value)

Parameters

value string

Fields

OrganizationUpdated

public static readonly EventStreamCloudEventOrgUpdatedCloudEventTypeEnum OrganizationUpdated

Field Value

EventStreamCloudEventOrgUpdatedCloudEventTypeEnum

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

Parameters

value string

Returns

EventStreamCloudEventOrgUpdatedCloudEventTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventOrgUpdatedCloudEventTypeEnum, string)

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

Parameters

value1 EventStreamCloudEventOrgUpdatedCloudEventTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventOrgUpdatedCloudEventTypeEnum)

public static explicit operator string(EventStreamCloudEventOrgUpdatedCloudEventTypeEnum value)

Parameters

value EventStreamCloudEventOrgUpdatedCloudEventTypeEnum

Returns

string

explicit operator EventStreamCloudEventOrgUpdatedCloudEventTypeEnum(string)

public static explicit operator EventStreamCloudEventOrgUpdatedCloudEventTypeEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventOrgUpdatedCloudEventTypeEnum

operator !=(EventStreamCloudEventOrgUpdatedCloudEventTypeEnum, string)

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

Parameters

value1 EventStreamCloudEventOrgUpdatedCloudEventTypeEnum
value2 string

Returns

bool