(* Options: Date: 2025-12-06 14:37:07 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: IntroductionLookup.* //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 Paging() = member val PageNumber:Int32 = new Int32() with get,set member val PageSize:Int32 = new Int32() with get,set [] [] type IntroductionLookup() = interface IReturn> member val Id:Int64 = new Int64() with get,set member val TenantsId:Int64 = new Int64() with get,set member val Name:String = null with get,set member val Paging:Paging = null with get,set