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
Connection
[JsonPropertyName("connection")]
public required EventStreamCloudEventOrgConnectionRemovedObjectConnection Connection { get; set; }
Property Value
Organization
[JsonPropertyName("organization")]
public required EventStreamCloudEventOrgConnectionRemovedObjectOrganization Organization { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.