using Centron.Api.docuFORM.Models.Swagger; using System.Text.Json.Serialization; namespace Centron.Api.docuFORM.Models.Swagger.Responses; public class DeviceEventsResponse { [JsonPropertyName("deviceEvents")] public DeviceEvents? DeviceEvents { get; set; } }