Table of Contents

Class EventStreamCloudEventOrgConnectionRemovedPreviousObject

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The event content as it was prior to the change described by this event, when applicable.

[Serializable]
public record EventStreamCloudEventOrgConnectionRemovedPreviousObject : IJsonOnDeserialized, IEquatable<EventStreamCloudEventOrgConnectionRemovedPreviousObject>
Inheritance
EventStreamCloudEventOrgConnectionRemovedPreviousObject
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Connection

[JsonPropertyName("connection")]
public required EventStreamCloudEventOrgConnectionRemovedPreviousObjectConnection Connection { get; set; }

Property Value

EventStreamCloudEventOrgConnectionRemovedPreviousObjectConnection

Organization

[JsonPropertyName("organization")]
public required EventStreamCloudEventOrgConnectionRemovedPreviousObjectOrganization Organization { get; set; }

Property Value

EventStreamCloudEventOrgConnectionRemovedPreviousObjectOrganization

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.