(* Options: Date: 2025-12-06 09:54:28 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://sfgboxapi.dev.scadsoftware.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: CropsCylindersLookup.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace sfgboxapi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] [] type CropsCylindersLookup() = interface IReturn> [] member val TenantsId:Int64 = new Int64() with get,set [] member val ZonesId:Int64 = new Int64() with get,set [] member val CropsId:Int64 = new Int64() with get,set [] member val Thickness:String = null with get,set [] member val Colour:String = null with get,set [] member val ImageUrl:String = null with get,set