Table of Contents

Class EventStreamCloudEventGroupMemberAddedObjectGroup0

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Reference to a connection group

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ConnectionId

The connection ID associated with the group.

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

ExternalId

The external identifier for the group.

[JsonPropertyName("external_id")]
public string? ExternalId { get; set; }

Property Value

string

Id

The unique identifier for the group.

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public required EventStreamCloudEventGroupMemberAddedObjectGroup0TypeEnum Type { get; set; }

Property Value

EventStreamCloudEventGroupMemberAddedObjectGroup0TypeEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.