Class EventStreamCloudEventGroupDeletedObject0
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Connection group with updated_at timestamp
[Serializable]
public record EventStreamCloudEventGroupDeletedObject0 : IJsonOnDeserialized, IEquatable<EventStreamCloudEventGroupDeletedObject0>
- Inheritance
-
EventStreamCloudEventGroupDeletedObject0
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ConnectionId
The connection ID associated with the group.
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
CreatedAt
Date and time when this entity was created (ISO_8601 format).
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
ExternalId
The external identifier for the group.
[JsonPropertyName("external_id")]
public string? ExternalId { get; set; }
Property Value
Id
The unique identifier for the group.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Name
The name of the group.
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required EventStreamCloudEventGroupDeletedObject0TypeEnum Type { get; set; }
Property Value
UpdatedAt
Date and time when this entity was last updated/modified (ISO_8601 format).
[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { 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.