using System.Text.Json.Serialization; namespace GoveeCSharpConnector.Objects.Misc; public class Field { [JsonPropertyName("fieldName")] public string FieldName { get; set; } [JsonPropertyName("dataType")] public string DataType { get; set; } [JsonPropertyName("options")] public List