(* Options: Date: 2025-12-07 00:37:38 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.sfgtec.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: CropsVarietiesNutritionLookup.* //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 CropsVarietiesNutritionLookup() = interface IReturn> member val Crop:String = null with get,set