using System.Text.Json.Serialization; namespace Centron.Api.docuFORM.Models.Swagger; public class DeviceItemCreate : ItemCreateProperties { [JsonPropertyName("supplyIndex")] public int SupplyIndex { get; set; } [JsonPropertyName("installationIncluded")] public bool? InstallationIncluded { get; set; } }