using System.Collections.Generic; namespace CanvasModel.Authentications; public struct AuthenticationEventsResponseModel { [JsonPropertyName("events")] public IEnumerable Events { get; set; } }