Table of Contents

Class EventStreamSubscribeEventsResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The JSON payload delivered in each SSE data line. The type field is injected from the SSE event field by the SDK. Discriminated by type: an event type name for events, "error" for errors, and "offset-only" for cursor-only heartbeats.

[JsonConverter(typeof(EventStreamSubscribeEventsResponseContent.JsonConverter))]
[Serializable]
public record EventStreamSubscribeEventsResponseContent : IEquatable<EventStreamSubscribeEventsResponseContent>
Inheritance
EventStreamSubscribeEventsResponseContent
Implements
Inherited Members
Extension Methods

Constructors

EventStreamSubscribeEventsResponseContent(Error)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.Error.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.Error value)

Parameters

value EventStreamSubscribeEventsResponseContent.Error

EventStreamSubscribeEventsResponseContent(GroupCreated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupCreated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupCreated value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupCreated

EventStreamSubscribeEventsResponseContent(GroupDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupDeleted

EventStreamSubscribeEventsResponseContent(GroupMemberAdded)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupMemberAdded.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupMemberAdded value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupMemberAdded

EventStreamSubscribeEventsResponseContent(GroupMemberDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupMemberDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupMemberDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupMemberDeleted

EventStreamSubscribeEventsResponseContent(GroupRoleAssigned)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupRoleAssigned.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupRoleAssigned value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupRoleAssigned

EventStreamSubscribeEventsResponseContent(GroupRoleDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupRoleDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupRoleDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupRoleDeleted

EventStreamSubscribeEventsResponseContent(GroupUpdated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.GroupUpdated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupUpdated

EventStreamSubscribeEventsResponseContent(OffsetOnly)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OffsetOnly.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OffsetOnly value)

Parameters

value EventStreamSubscribeEventsResponseContent.OffsetOnly

EventStreamSubscribeEventsResponseContent(OrganizationConnectionAdded)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationConnectionAdded.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationConnectionAdded value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationConnectionAdded

EventStreamSubscribeEventsResponseContent(OrganizationConnectionRemoved)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationConnectionRemoved.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationConnectionRemoved value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationConnectionRemoved

EventStreamSubscribeEventsResponseContent(OrganizationConnectionUpdated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationConnectionUpdated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationConnectionUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationConnectionUpdated

EventStreamSubscribeEventsResponseContent(OrganizationCreated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationCreated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationCreated value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationCreated

EventStreamSubscribeEventsResponseContent(OrganizationDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationDeleted

EventStreamSubscribeEventsResponseContent(OrganizationGroupRoleAssigned)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleAssigned.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleAssigned value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleAssigned

EventStreamSubscribeEventsResponseContent(OrganizationGroupRoleDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleDeleted

EventStreamSubscribeEventsResponseContent(OrganizationMemberAdded)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationMemberAdded.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberAdded value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberAdded

EventStreamSubscribeEventsResponseContent(OrganizationMemberDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationMemberDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberDeleted

EventStreamSubscribeEventsResponseContent(OrganizationMemberRoleAssigned)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleAssigned.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleAssigned value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleAssigned

EventStreamSubscribeEventsResponseContent(OrganizationMemberRoleDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleDeleted

EventStreamSubscribeEventsResponseContent(OrganizationUpdated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.OrganizationUpdated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationUpdated

EventStreamSubscribeEventsResponseContent(UserCreated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.UserCreated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.UserCreated value)

Parameters

value EventStreamSubscribeEventsResponseContent.UserCreated

EventStreamSubscribeEventsResponseContent(UserDeleted)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.UserDeleted.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.UserDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.UserDeleted

EventStreamSubscribeEventsResponseContent(UserUpdated)

Create an instance of EventStreamSubscribeEventsResponseContent with EventStreamSubscribeEventsResponseContent.UserUpdated.

public EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.UserUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.UserUpdated

Properties

IsError

Returns true if Type is "error"

public bool IsError { get; }

Property Value

bool

IsGroupCreated

Returns true if Type is "group.created"

public bool IsGroupCreated { get; }

Property Value

bool

IsGroupDeleted

Returns true if Type is "group.deleted"

public bool IsGroupDeleted { get; }

Property Value

bool

IsGroupMemberAdded

Returns true if Type is "group.member.added"

public bool IsGroupMemberAdded { get; }

Property Value

bool

IsGroupMemberDeleted

Returns true if Type is "group.member.deleted"

public bool IsGroupMemberDeleted { get; }

Property Value

bool

IsGroupRoleAssigned

Returns true if Type is "group.role.assigned"

public bool IsGroupRoleAssigned { get; }

Property Value

bool

IsGroupRoleDeleted

Returns true if Type is "group.role.deleted"

public bool IsGroupRoleDeleted { get; }

Property Value

bool

IsGroupUpdated

Returns true if Type is "group.updated"

public bool IsGroupUpdated { get; }

Property Value

bool

IsOffsetOnly

Returns true if Type is "offset-only"

public bool IsOffsetOnly { get; }

Property Value

bool

IsOrganizationConnectionAdded

Returns true if Type is "organization.connection.added"

public bool IsOrganizationConnectionAdded { get; }

Property Value

bool

IsOrganizationConnectionRemoved

Returns true if Type is "organization.connection.removed"

public bool IsOrganizationConnectionRemoved { get; }

Property Value

bool

IsOrganizationConnectionUpdated

Returns true if Type is "organization.connection.updated"

public bool IsOrganizationConnectionUpdated { get; }

Property Value

bool

IsOrganizationCreated

Returns true if Type is "organization.created"

public bool IsOrganizationCreated { get; }

Property Value

bool

IsOrganizationDeleted

Returns true if Type is "organization.deleted"

public bool IsOrganizationDeleted { get; }

Property Value

bool

IsOrganizationGroupRoleAssigned

Returns true if Type is "organization.group.role.assigned"

public bool IsOrganizationGroupRoleAssigned { get; }

Property Value

bool

IsOrganizationGroupRoleDeleted

Returns true if Type is "organization.group.role.deleted"

public bool IsOrganizationGroupRoleDeleted { get; }

Property Value

bool

IsOrganizationMemberAdded

Returns true if Type is "organization.member.added"

public bool IsOrganizationMemberAdded { get; }

Property Value

bool

IsOrganizationMemberDeleted

Returns true if Type is "organization.member.deleted"

public bool IsOrganizationMemberDeleted { get; }

Property Value

bool

IsOrganizationMemberRoleAssigned

Returns true if Type is "organization.member.role.assigned"

public bool IsOrganizationMemberRoleAssigned { get; }

Property Value

bool

IsOrganizationMemberRoleDeleted

Returns true if Type is "organization.member.role.deleted"

public bool IsOrganizationMemberRoleDeleted { get; }

Property Value

bool

IsOrganizationUpdated

Returns true if Type is "organization.updated"

public bool IsOrganizationUpdated { get; }

Property Value

bool

IsUserCreated

Returns true if Type is "user.created"

public bool IsUserCreated { get; }

Property Value

bool

IsUserDeleted

Returns true if Type is "user.deleted"

public bool IsUserDeleted { get; }

Property Value

bool

IsUserUpdated

Returns true if Type is "user.updated"

public bool IsUserUpdated { get; }

Property Value

bool

Type

Discriminant value

[JsonPropertyName("type")]
public string Type { get; }

Property Value

string

Value

Discriminated union value

public object? Value { get; }

Property Value

object

Methods

AsError()

Returns the value as a EventStreamCloudEventErrorMessage if Type is 'error', otherwise throws an exception.

public EventStreamCloudEventErrorMessage AsError()

Returns

EventStreamCloudEventErrorMessage

Exceptions

Exception

Thrown when Type is not 'error'.

AsGroupCreated()

Returns the value as a EventStreamCloudEventGroupCreated if Type is 'group.created', otherwise throws an exception.

public EventStreamCloudEventGroupCreated AsGroupCreated()

Returns

EventStreamCloudEventGroupCreated

Exceptions

Exception

Thrown when Type is not 'group.created'.

AsGroupDeleted()

Returns the value as a EventStreamCloudEventGroupDeleted if Type is 'group.deleted', otherwise throws an exception.

public EventStreamCloudEventGroupDeleted AsGroupDeleted()

Returns

EventStreamCloudEventGroupDeleted

Exceptions

Exception

Thrown when Type is not 'group.deleted'.

AsGroupMemberAdded()

Returns the value as a EventStreamCloudEventGroupMemberAdded if Type is 'group.member.added', otherwise throws an exception.

public EventStreamCloudEventGroupMemberAdded AsGroupMemberAdded()

Returns

EventStreamCloudEventGroupMemberAdded

Exceptions

Exception

Thrown when Type is not 'group.member.added'.

AsGroupMemberDeleted()

Returns the value as a EventStreamCloudEventGroupMemberDeleted if Type is 'group.member.deleted', otherwise throws an exception.

public EventStreamCloudEventGroupMemberDeleted AsGroupMemberDeleted()

Returns

EventStreamCloudEventGroupMemberDeleted

Exceptions

Exception

Thrown when Type is not 'group.member.deleted'.

AsGroupRoleAssigned()

Returns the value as a EventStreamCloudEventGroupRoleAssigned if Type is 'group.role.assigned', otherwise throws an exception.

public EventStreamCloudEventGroupRoleAssigned AsGroupRoleAssigned()

Returns

EventStreamCloudEventGroupRoleAssigned

Exceptions

Exception

Thrown when Type is not 'group.role.assigned'.

AsGroupRoleDeleted()

Returns the value as a EventStreamCloudEventGroupRoleDeleted if Type is 'group.role.deleted', otherwise throws an exception.

public EventStreamCloudEventGroupRoleDeleted AsGroupRoleDeleted()

Returns

EventStreamCloudEventGroupRoleDeleted

Exceptions

Exception

Thrown when Type is not 'group.role.deleted'.

AsGroupUpdated()

Returns the value as a EventStreamCloudEventGroupUpdated if Type is 'group.updated', otherwise throws an exception.

public EventStreamCloudEventGroupUpdated AsGroupUpdated()

Returns

EventStreamCloudEventGroupUpdated

Exceptions

Exception

Thrown when Type is not 'group.updated'.

AsOffsetOnly()

Returns the value as a EventStreamCloudEventOffsetOnlyMessage if Type is 'offset-only', otherwise throws an exception.

public EventStreamCloudEventOffsetOnlyMessage AsOffsetOnly()

Returns

EventStreamCloudEventOffsetOnlyMessage

Exceptions

Exception

Thrown when Type is not 'offset-only'.

AsOrganizationConnectionAdded()

Returns the value as a EventStreamCloudEventOrgConnectionAdded if Type is 'organization.connection.added', otherwise throws an exception.

public EventStreamCloudEventOrgConnectionAdded AsOrganizationConnectionAdded()

Returns

EventStreamCloudEventOrgConnectionAdded

Exceptions

Exception

Thrown when Type is not 'organization.connection.added'.

AsOrganizationConnectionRemoved()

Returns the value as a EventStreamCloudEventOrgConnectionRemoved if Type is 'organization.connection.removed', otherwise throws an exception.

public EventStreamCloudEventOrgConnectionRemoved AsOrganizationConnectionRemoved()

Returns

EventStreamCloudEventOrgConnectionRemoved

Exceptions

Exception

Thrown when Type is not 'organization.connection.removed'.

AsOrganizationConnectionUpdated()

Returns the value as a EventStreamCloudEventOrgConnectionUpdated if Type is 'organization.connection.updated', otherwise throws an exception.

public EventStreamCloudEventOrgConnectionUpdated AsOrganizationConnectionUpdated()

Returns

EventStreamCloudEventOrgConnectionUpdated

Exceptions

Exception

Thrown when Type is not 'organization.connection.updated'.

AsOrganizationCreated()

Returns the value as a EventStreamCloudEventOrgCreated if Type is 'organization.created', otherwise throws an exception.

public EventStreamCloudEventOrgCreated AsOrganizationCreated()

Returns

EventStreamCloudEventOrgCreated

Exceptions

Exception

Thrown when Type is not 'organization.created'.

AsOrganizationDeleted()

Returns the value as a EventStreamCloudEventOrgDeleted if Type is 'organization.deleted', otherwise throws an exception.

public EventStreamCloudEventOrgDeleted AsOrganizationDeleted()

Returns

EventStreamCloudEventOrgDeleted

Exceptions

Exception

Thrown when Type is not 'organization.deleted'.

AsOrganizationGroupRoleAssigned()

Returns the value as a EventStreamCloudEventOrgGroupRoleAssigned if Type is 'organization.group.role.assigned', otherwise throws an exception.

public EventStreamCloudEventOrgGroupRoleAssigned AsOrganizationGroupRoleAssigned()

Returns

EventStreamCloudEventOrgGroupRoleAssigned

Exceptions

Exception

Thrown when Type is not 'organization.group.role.assigned'.

AsOrganizationGroupRoleDeleted()

Returns the value as a EventStreamCloudEventOrgGroupRoleDeleted if Type is 'organization.group.role.deleted', otherwise throws an exception.

public EventStreamCloudEventOrgGroupRoleDeleted AsOrganizationGroupRoleDeleted()

Returns

EventStreamCloudEventOrgGroupRoleDeleted

Exceptions

Exception

Thrown when Type is not 'organization.group.role.deleted'.

AsOrganizationMemberAdded()

Returns the value as a EventStreamCloudEventOrgMemberAdded if Type is 'organization.member.added', otherwise throws an exception.

public EventStreamCloudEventOrgMemberAdded AsOrganizationMemberAdded()

Returns

EventStreamCloudEventOrgMemberAdded

Exceptions

Exception

Thrown when Type is not 'organization.member.added'.

AsOrganizationMemberDeleted()

Returns the value as a EventStreamCloudEventOrgMemberDeleted if Type is 'organization.member.deleted', otherwise throws an exception.

public EventStreamCloudEventOrgMemberDeleted AsOrganizationMemberDeleted()

Returns

EventStreamCloudEventOrgMemberDeleted

Exceptions

Exception

Thrown when Type is not 'organization.member.deleted'.

AsOrganizationMemberRoleAssigned()

Returns the value as a EventStreamCloudEventOrgMemberRoleAssigned if Type is 'organization.member.role.assigned', otherwise throws an exception.

public EventStreamCloudEventOrgMemberRoleAssigned AsOrganizationMemberRoleAssigned()

Returns

EventStreamCloudEventOrgMemberRoleAssigned

Exceptions

Exception

Thrown when Type is not 'organization.member.role.assigned'.

AsOrganizationMemberRoleDeleted()

Returns the value as a EventStreamCloudEventOrgMemberRoleDeleted if Type is 'organization.member.role.deleted', otherwise throws an exception.

public EventStreamCloudEventOrgMemberRoleDeleted AsOrganizationMemberRoleDeleted()

Returns

EventStreamCloudEventOrgMemberRoleDeleted

Exceptions

Exception

Thrown when Type is not 'organization.member.role.deleted'.

AsOrganizationUpdated()

Returns the value as a EventStreamCloudEventOrgUpdated if Type is 'organization.updated', otherwise throws an exception.

public EventStreamCloudEventOrgUpdated AsOrganizationUpdated()

Returns

EventStreamCloudEventOrgUpdated

Exceptions

Exception

Thrown when Type is not 'organization.updated'.

AsUserCreated()

Returns the value as a EventStreamCloudEventUserCreated if Type is 'user.created', otherwise throws an exception.

public EventStreamCloudEventUserCreated AsUserCreated()

Returns

EventStreamCloudEventUserCreated

Exceptions

Exception

Thrown when Type is not 'user.created'.

AsUserDeleted()

Returns the value as a EventStreamCloudEventUserDeleted if Type is 'user.deleted', otherwise throws an exception.

public EventStreamCloudEventUserDeleted AsUserDeleted()

Returns

EventStreamCloudEventUserDeleted

Exceptions

Exception

Thrown when Type is not 'user.deleted'.

AsUserUpdated()

Returns the value as a EventStreamCloudEventUserUpdated if Type is 'user.updated', otherwise throws an exception.

public EventStreamCloudEventUserUpdated AsUserUpdated()

Returns

EventStreamCloudEventUserUpdated

Exceptions

Exception

Thrown when Type is not 'user.updated'.

Match<T>(Func<EventStreamCloudEventGroupCreated, T>, Func<EventStreamCloudEventGroupDeleted, T>, Func<EventStreamCloudEventGroupMemberAdded, T>, Func<EventStreamCloudEventGroupMemberDeleted, T>, Func<EventStreamCloudEventGroupRoleAssigned, T>, Func<EventStreamCloudEventGroupRoleDeleted, T>, Func<EventStreamCloudEventGroupUpdated, T>, Func<EventStreamCloudEventOrgConnectionAdded, T>, Func<EventStreamCloudEventOrgConnectionRemoved, T>, Func<EventStreamCloudEventOrgConnectionUpdated, T>, Func<EventStreamCloudEventOrgCreated, T>, Func<EventStreamCloudEventOrgDeleted, T>, Func<EventStreamCloudEventOrgGroupRoleAssigned, T>, Func<EventStreamCloudEventOrgGroupRoleDeleted, T>, Func<EventStreamCloudEventOrgMemberAdded, T>, Func<EventStreamCloudEventOrgMemberDeleted, T>, Func<EventStreamCloudEventOrgMemberRoleAssigned, T>, Func<EventStreamCloudEventOrgMemberRoleDeleted, T>, Func<EventStreamCloudEventOrgUpdated, T>, Func<EventStreamCloudEventUserCreated, T>, Func<EventStreamCloudEventUserDeleted, T>, Func<EventStreamCloudEventUserUpdated, T>, Func<EventStreamCloudEventErrorMessage, T>, Func<EventStreamCloudEventOffsetOnlyMessage, T>, Func<string, object?, T>)

public T Match<T>(Func<EventStreamCloudEventGroupCreated, T> onGroupCreated, Func<EventStreamCloudEventGroupDeleted, T> onGroupDeleted, Func<EventStreamCloudEventGroupMemberAdded, T> onGroupMemberAdded, Func<EventStreamCloudEventGroupMemberDeleted, T> onGroupMemberDeleted, Func<EventStreamCloudEventGroupRoleAssigned, T> onGroupRoleAssigned, Func<EventStreamCloudEventGroupRoleDeleted, T> onGroupRoleDeleted, Func<EventStreamCloudEventGroupUpdated, T> onGroupUpdated, Func<EventStreamCloudEventOrgConnectionAdded, T> onOrganizationConnectionAdded, Func<EventStreamCloudEventOrgConnectionRemoved, T> onOrganizationConnectionRemoved, Func<EventStreamCloudEventOrgConnectionUpdated, T> onOrganizationConnectionUpdated, Func<EventStreamCloudEventOrgCreated, T> onOrganizationCreated, Func<EventStreamCloudEventOrgDeleted, T> onOrganizationDeleted, Func<EventStreamCloudEventOrgGroupRoleAssigned, T> onOrganizationGroupRoleAssigned, Func<EventStreamCloudEventOrgGroupRoleDeleted, T> onOrganizationGroupRoleDeleted, Func<EventStreamCloudEventOrgMemberAdded, T> onOrganizationMemberAdded, Func<EventStreamCloudEventOrgMemberDeleted, T> onOrganizationMemberDeleted, Func<EventStreamCloudEventOrgMemberRoleAssigned, T> onOrganizationMemberRoleAssigned, Func<EventStreamCloudEventOrgMemberRoleDeleted, T> onOrganizationMemberRoleDeleted, Func<EventStreamCloudEventOrgUpdated, T> onOrganizationUpdated, Func<EventStreamCloudEventUserCreated, T> onUserCreated, Func<EventStreamCloudEventUserDeleted, T> onUserDeleted, Func<EventStreamCloudEventUserUpdated, T> onUserUpdated, Func<EventStreamCloudEventErrorMessage, T> onError, Func<EventStreamCloudEventOffsetOnlyMessage, T> onOffsetOnly, Func<string, object?, T> onUnknown_)

Parameters

onGroupCreated Func<EventStreamCloudEventGroupCreated, T>
onGroupDeleted Func<EventStreamCloudEventGroupDeleted, T>
onGroupMemberAdded Func<EventStreamCloudEventGroupMemberAdded, T>
onGroupMemberDeleted Func<EventStreamCloudEventGroupMemberDeleted, T>
onGroupRoleAssigned Func<EventStreamCloudEventGroupRoleAssigned, T>
onGroupRoleDeleted Func<EventStreamCloudEventGroupRoleDeleted, T>
onGroupUpdated Func<EventStreamCloudEventGroupUpdated, T>
onOrganizationConnectionAdded Func<EventStreamCloudEventOrgConnectionAdded, T>
onOrganizationConnectionRemoved Func<EventStreamCloudEventOrgConnectionRemoved, T>
onOrganizationConnectionUpdated Func<EventStreamCloudEventOrgConnectionUpdated, T>
onOrganizationCreated Func<EventStreamCloudEventOrgCreated, T>
onOrganizationDeleted Func<EventStreamCloudEventOrgDeleted, T>
onOrganizationGroupRoleAssigned Func<EventStreamCloudEventOrgGroupRoleAssigned, T>
onOrganizationGroupRoleDeleted Func<EventStreamCloudEventOrgGroupRoleDeleted, T>
onOrganizationMemberAdded Func<EventStreamCloudEventOrgMemberAdded, T>
onOrganizationMemberDeleted Func<EventStreamCloudEventOrgMemberDeleted, T>
onOrganizationMemberRoleAssigned Func<EventStreamCloudEventOrgMemberRoleAssigned, T>
onOrganizationMemberRoleDeleted Func<EventStreamCloudEventOrgMemberRoleDeleted, T>
onOrganizationUpdated Func<EventStreamCloudEventOrgUpdated, T>
onUserCreated Func<EventStreamCloudEventUserCreated, T>
onUserDeleted Func<EventStreamCloudEventUserDeleted, T>
onUserUpdated Func<EventStreamCloudEventUserUpdated, T>
onError Func<EventStreamCloudEventErrorMessage, T>
onOffsetOnly Func<EventStreamCloudEventOffsetOnlyMessage, T>
onUnknown_ Func<string, object, T>

Returns

T

Type Parameters

T

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

TryAsError(out EventStreamCloudEventErrorMessage?)

Attempts to cast the value to a EventStreamCloudEventErrorMessage and returns true if successful.

public bool TryAsError(out EventStreamCloudEventErrorMessage? value)

Parameters

value EventStreamCloudEventErrorMessage

Returns

bool

TryAsGroupCreated(out EventStreamCloudEventGroupCreated?)

Attempts to cast the value to a EventStreamCloudEventGroupCreated and returns true if successful.

public bool TryAsGroupCreated(out EventStreamCloudEventGroupCreated? value)

Parameters

value EventStreamCloudEventGroupCreated

Returns

bool

TryAsGroupDeleted(out EventStreamCloudEventGroupDeleted?)

Attempts to cast the value to a EventStreamCloudEventGroupDeleted and returns true if successful.

public bool TryAsGroupDeleted(out EventStreamCloudEventGroupDeleted? value)

Parameters

value EventStreamCloudEventGroupDeleted

Returns

bool

TryAsGroupMemberAdded(out EventStreamCloudEventGroupMemberAdded?)

Attempts to cast the value to a EventStreamCloudEventGroupMemberAdded and returns true if successful.

public bool TryAsGroupMemberAdded(out EventStreamCloudEventGroupMemberAdded? value)

Parameters

value EventStreamCloudEventGroupMemberAdded

Returns

bool

TryAsGroupMemberDeleted(out EventStreamCloudEventGroupMemberDeleted?)

Attempts to cast the value to a EventStreamCloudEventGroupMemberDeleted and returns true if successful.

public bool TryAsGroupMemberDeleted(out EventStreamCloudEventGroupMemberDeleted? value)

Parameters

value EventStreamCloudEventGroupMemberDeleted

Returns

bool

TryAsGroupRoleAssigned(out EventStreamCloudEventGroupRoleAssigned?)

Attempts to cast the value to a EventStreamCloudEventGroupRoleAssigned and returns true if successful.

public bool TryAsGroupRoleAssigned(out EventStreamCloudEventGroupRoleAssigned? value)

Parameters

value EventStreamCloudEventGroupRoleAssigned

Returns

bool

TryAsGroupRoleDeleted(out EventStreamCloudEventGroupRoleDeleted?)

Attempts to cast the value to a EventStreamCloudEventGroupRoleDeleted and returns true if successful.

public bool TryAsGroupRoleDeleted(out EventStreamCloudEventGroupRoleDeleted? value)

Parameters

value EventStreamCloudEventGroupRoleDeleted

Returns

bool

TryAsGroupUpdated(out EventStreamCloudEventGroupUpdated?)

Attempts to cast the value to a EventStreamCloudEventGroupUpdated and returns true if successful.

public bool TryAsGroupUpdated(out EventStreamCloudEventGroupUpdated? value)

Parameters

value EventStreamCloudEventGroupUpdated

Returns

bool

TryAsOffsetOnly(out EventStreamCloudEventOffsetOnlyMessage?)

Attempts to cast the value to a EventStreamCloudEventOffsetOnlyMessage and returns true if successful.

public bool TryAsOffsetOnly(out EventStreamCloudEventOffsetOnlyMessage? value)

Parameters

value EventStreamCloudEventOffsetOnlyMessage

Returns

bool

TryAsOrganizationConnectionAdded(out EventStreamCloudEventOrgConnectionAdded?)

Attempts to cast the value to a EventStreamCloudEventOrgConnectionAdded and returns true if successful.

public bool TryAsOrganizationConnectionAdded(out EventStreamCloudEventOrgConnectionAdded? value)

Parameters

value EventStreamCloudEventOrgConnectionAdded

Returns

bool

TryAsOrganizationConnectionRemoved(out EventStreamCloudEventOrgConnectionRemoved?)

Attempts to cast the value to a EventStreamCloudEventOrgConnectionRemoved and returns true if successful.

public bool TryAsOrganizationConnectionRemoved(out EventStreamCloudEventOrgConnectionRemoved? value)

Parameters

value EventStreamCloudEventOrgConnectionRemoved

Returns

bool

TryAsOrganizationConnectionUpdated(out EventStreamCloudEventOrgConnectionUpdated?)

Attempts to cast the value to a EventStreamCloudEventOrgConnectionUpdated and returns true if successful.

public bool TryAsOrganizationConnectionUpdated(out EventStreamCloudEventOrgConnectionUpdated? value)

Parameters

value EventStreamCloudEventOrgConnectionUpdated

Returns

bool

TryAsOrganizationCreated(out EventStreamCloudEventOrgCreated?)

Attempts to cast the value to a EventStreamCloudEventOrgCreated and returns true if successful.

public bool TryAsOrganizationCreated(out EventStreamCloudEventOrgCreated? value)

Parameters

value EventStreamCloudEventOrgCreated

Returns

bool

TryAsOrganizationDeleted(out EventStreamCloudEventOrgDeleted?)

Attempts to cast the value to a EventStreamCloudEventOrgDeleted and returns true if successful.

public bool TryAsOrganizationDeleted(out EventStreamCloudEventOrgDeleted? value)

Parameters

value EventStreamCloudEventOrgDeleted

Returns

bool

TryAsOrganizationGroupRoleAssigned(out EventStreamCloudEventOrgGroupRoleAssigned?)

Attempts to cast the value to a EventStreamCloudEventOrgGroupRoleAssigned and returns true if successful.

public bool TryAsOrganizationGroupRoleAssigned(out EventStreamCloudEventOrgGroupRoleAssigned? value)

Parameters

value EventStreamCloudEventOrgGroupRoleAssigned

Returns

bool

TryAsOrganizationGroupRoleDeleted(out EventStreamCloudEventOrgGroupRoleDeleted?)

Attempts to cast the value to a EventStreamCloudEventOrgGroupRoleDeleted and returns true if successful.

public bool TryAsOrganizationGroupRoleDeleted(out EventStreamCloudEventOrgGroupRoleDeleted? value)

Parameters

value EventStreamCloudEventOrgGroupRoleDeleted

Returns

bool

TryAsOrganizationMemberAdded(out EventStreamCloudEventOrgMemberAdded?)

Attempts to cast the value to a EventStreamCloudEventOrgMemberAdded and returns true if successful.

public bool TryAsOrganizationMemberAdded(out EventStreamCloudEventOrgMemberAdded? value)

Parameters

value EventStreamCloudEventOrgMemberAdded

Returns

bool

TryAsOrganizationMemberDeleted(out EventStreamCloudEventOrgMemberDeleted?)

Attempts to cast the value to a EventStreamCloudEventOrgMemberDeleted and returns true if successful.

public bool TryAsOrganizationMemberDeleted(out EventStreamCloudEventOrgMemberDeleted? value)

Parameters

value EventStreamCloudEventOrgMemberDeleted

Returns

bool

TryAsOrganizationMemberRoleAssigned(out EventStreamCloudEventOrgMemberRoleAssigned?)

Attempts to cast the value to a EventStreamCloudEventOrgMemberRoleAssigned and returns true if successful.

public bool TryAsOrganizationMemberRoleAssigned(out EventStreamCloudEventOrgMemberRoleAssigned? value)

Parameters

value EventStreamCloudEventOrgMemberRoleAssigned

Returns

bool

TryAsOrganizationMemberRoleDeleted(out EventStreamCloudEventOrgMemberRoleDeleted?)

Attempts to cast the value to a EventStreamCloudEventOrgMemberRoleDeleted and returns true if successful.

public bool TryAsOrganizationMemberRoleDeleted(out EventStreamCloudEventOrgMemberRoleDeleted? value)

Parameters

value EventStreamCloudEventOrgMemberRoleDeleted

Returns

bool

TryAsOrganizationUpdated(out EventStreamCloudEventOrgUpdated?)

Attempts to cast the value to a EventStreamCloudEventOrgUpdated and returns true if successful.

public bool TryAsOrganizationUpdated(out EventStreamCloudEventOrgUpdated? value)

Parameters

value EventStreamCloudEventOrgUpdated

Returns

bool

TryAsUserCreated(out EventStreamCloudEventUserCreated?)

Attempts to cast the value to a EventStreamCloudEventUserCreated and returns true if successful.

public bool TryAsUserCreated(out EventStreamCloudEventUserCreated? value)

Parameters

value EventStreamCloudEventUserCreated

Returns

bool

TryAsUserDeleted(out EventStreamCloudEventUserDeleted?)

Attempts to cast the value to a EventStreamCloudEventUserDeleted and returns true if successful.

public bool TryAsUserDeleted(out EventStreamCloudEventUserDeleted? value)

Parameters

value EventStreamCloudEventUserDeleted

Returns

bool

TryAsUserUpdated(out EventStreamCloudEventUserUpdated?)

Attempts to cast the value to a EventStreamCloudEventUserUpdated and returns true if successful.

public bool TryAsUserUpdated(out EventStreamCloudEventUserUpdated? value)

Parameters

value EventStreamCloudEventUserUpdated

Returns

bool

Visit(Action<EventStreamCloudEventGroupCreated>, Action<EventStreamCloudEventGroupDeleted>, Action<EventStreamCloudEventGroupMemberAdded>, Action<EventStreamCloudEventGroupMemberDeleted>, Action<EventStreamCloudEventGroupRoleAssigned>, Action<EventStreamCloudEventGroupRoleDeleted>, Action<EventStreamCloudEventGroupUpdated>, Action<EventStreamCloudEventOrgConnectionAdded>, Action<EventStreamCloudEventOrgConnectionRemoved>, Action<EventStreamCloudEventOrgConnectionUpdated>, Action<EventStreamCloudEventOrgCreated>, Action<EventStreamCloudEventOrgDeleted>, Action<EventStreamCloudEventOrgGroupRoleAssigned>, Action<EventStreamCloudEventOrgGroupRoleDeleted>, Action<EventStreamCloudEventOrgMemberAdded>, Action<EventStreamCloudEventOrgMemberDeleted>, Action<EventStreamCloudEventOrgMemberRoleAssigned>, Action<EventStreamCloudEventOrgMemberRoleDeleted>, Action<EventStreamCloudEventOrgUpdated>, Action<EventStreamCloudEventUserCreated>, Action<EventStreamCloudEventUserDeleted>, Action<EventStreamCloudEventUserUpdated>, Action<EventStreamCloudEventErrorMessage>, Action<EventStreamCloudEventOffsetOnlyMessage>, Action<string, object?>)

public void Visit(Action<EventStreamCloudEventGroupCreated> onGroupCreated, Action<EventStreamCloudEventGroupDeleted> onGroupDeleted, Action<EventStreamCloudEventGroupMemberAdded> onGroupMemberAdded, Action<EventStreamCloudEventGroupMemberDeleted> onGroupMemberDeleted, Action<EventStreamCloudEventGroupRoleAssigned> onGroupRoleAssigned, Action<EventStreamCloudEventGroupRoleDeleted> onGroupRoleDeleted, Action<EventStreamCloudEventGroupUpdated> onGroupUpdated, Action<EventStreamCloudEventOrgConnectionAdded> onOrganizationConnectionAdded, Action<EventStreamCloudEventOrgConnectionRemoved> onOrganizationConnectionRemoved, Action<EventStreamCloudEventOrgConnectionUpdated> onOrganizationConnectionUpdated, Action<EventStreamCloudEventOrgCreated> onOrganizationCreated, Action<EventStreamCloudEventOrgDeleted> onOrganizationDeleted, Action<EventStreamCloudEventOrgGroupRoleAssigned> onOrganizationGroupRoleAssigned, Action<EventStreamCloudEventOrgGroupRoleDeleted> onOrganizationGroupRoleDeleted, Action<EventStreamCloudEventOrgMemberAdded> onOrganizationMemberAdded, Action<EventStreamCloudEventOrgMemberDeleted> onOrganizationMemberDeleted, Action<EventStreamCloudEventOrgMemberRoleAssigned> onOrganizationMemberRoleAssigned, Action<EventStreamCloudEventOrgMemberRoleDeleted> onOrganizationMemberRoleDeleted, Action<EventStreamCloudEventOrgUpdated> onOrganizationUpdated, Action<EventStreamCloudEventUserCreated> onUserCreated, Action<EventStreamCloudEventUserDeleted> onUserDeleted, Action<EventStreamCloudEventUserUpdated> onUserUpdated, Action<EventStreamCloudEventErrorMessage> onError, Action<EventStreamCloudEventOffsetOnlyMessage> onOffsetOnly, Action<string, object?> onUnknown_)

Parameters

onGroupCreated Action<EventStreamCloudEventGroupCreated>
onGroupDeleted Action<EventStreamCloudEventGroupDeleted>
onGroupMemberAdded Action<EventStreamCloudEventGroupMemberAdded>
onGroupMemberDeleted Action<EventStreamCloudEventGroupMemberDeleted>
onGroupRoleAssigned Action<EventStreamCloudEventGroupRoleAssigned>
onGroupRoleDeleted Action<EventStreamCloudEventGroupRoleDeleted>
onGroupUpdated Action<EventStreamCloudEventGroupUpdated>
onOrganizationConnectionAdded Action<EventStreamCloudEventOrgConnectionAdded>
onOrganizationConnectionRemoved Action<EventStreamCloudEventOrgConnectionRemoved>
onOrganizationConnectionUpdated Action<EventStreamCloudEventOrgConnectionUpdated>
onOrganizationCreated Action<EventStreamCloudEventOrgCreated>
onOrganizationDeleted Action<EventStreamCloudEventOrgDeleted>
onOrganizationGroupRoleAssigned Action<EventStreamCloudEventOrgGroupRoleAssigned>
onOrganizationGroupRoleDeleted Action<EventStreamCloudEventOrgGroupRoleDeleted>
onOrganizationMemberAdded Action<EventStreamCloudEventOrgMemberAdded>
onOrganizationMemberDeleted Action<EventStreamCloudEventOrgMemberDeleted>
onOrganizationMemberRoleAssigned Action<EventStreamCloudEventOrgMemberRoleAssigned>
onOrganizationMemberRoleDeleted Action<EventStreamCloudEventOrgMemberRoleDeleted>
onOrganizationUpdated Action<EventStreamCloudEventOrgUpdated>
onUserCreated Action<EventStreamCloudEventUserCreated>
onUserDeleted Action<EventStreamCloudEventUserDeleted>
onUserUpdated Action<EventStreamCloudEventUserUpdated>
onError Action<EventStreamCloudEventErrorMessage>
onOffsetOnly Action<EventStreamCloudEventOffsetOnlyMessage>
onUnknown_ Action<string, object>

Operators

implicit operator EventStreamSubscribeEventsResponseContent(Error)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.Error value)

Parameters

value EventStreamSubscribeEventsResponseContent.Error

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupCreated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupCreated value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupCreated

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupMemberAdded)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupMemberAdded value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupMemberAdded

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupMemberDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupMemberDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupMemberDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupRoleAssigned)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupRoleAssigned value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupRoleAssigned

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupRoleDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupRoleDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupRoleDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(GroupUpdated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.GroupUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.GroupUpdated

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OffsetOnly)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OffsetOnly value)

Parameters

value EventStreamSubscribeEventsResponseContent.OffsetOnly

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationConnectionAdded)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationConnectionAdded value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationConnectionAdded

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationConnectionRemoved)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationConnectionRemoved value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationConnectionRemoved

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationConnectionUpdated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationConnectionUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationConnectionUpdated

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationCreated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationCreated value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationCreated

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationGroupRoleAssigned)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleAssigned value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleAssigned

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationGroupRoleDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationGroupRoleDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationMemberAdded)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberAdded value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberAdded

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationMemberDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationMemberRoleAssigned)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleAssigned value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleAssigned

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationMemberRoleDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationMemberRoleDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(OrganizationUpdated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.OrganizationUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.OrganizationUpdated

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(UserCreated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.UserCreated value)

Parameters

value EventStreamSubscribeEventsResponseContent.UserCreated

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(UserDeleted)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.UserDeleted value)

Parameters

value EventStreamSubscribeEventsResponseContent.UserDeleted

Returns

EventStreamSubscribeEventsResponseContent

implicit operator EventStreamSubscribeEventsResponseContent(UserUpdated)

public static implicit operator EventStreamSubscribeEventsResponseContent(EventStreamSubscribeEventsResponseContent.UserUpdated value)

Parameters

value EventStreamSubscribeEventsResponseContent.UserUpdated

Returns

EventStreamSubscribeEventsResponseContent