(* Options: Date: 2025-09-14 05:48:28 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.trackunit.com/public //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetKey.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Trackunit.API open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type Key() = [] member val Id:String = null with get,set [] member val Name:String = null with get,set [] member val SerialNumber:String = null with get,set [] member val KeyValid:String = null with get,set [] member val KeyExpire:String = null with get,set [] member val IsAdmin:Nullable = new Nullable() with get,set [] member val CompanyName:String = null with get,set [] member val Email:String = null with get,set [] member val Mobile:String = null with get,set [] member val Phone:String = null with get,set [] member val Note:String = null with get,set [] member val ExpirationDate:Nullable = new Nullable() with get,set [] member val EmployeeNumber:String = null with get,set [] member val Units:String[] = null with get,set [] member val Groups:String[] = null with get,set [] [] type GetKeyResponse() = [] member val List:ResizeArray = null with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] [] [] [] type GetKey() = interface IReturn [] member val Id:String = null with get,set