Table of Contents

Class EventStreamCloudEventOrgConnectionRemovedObject

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The event content.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Connection

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

Property Value

EventStreamCloudEventOrgConnectionRemovedObjectConnection

Organization

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

Property Value

EventStreamCloudEventOrgConnectionRemovedObjectOrganization

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.