(* Options: Date: 2026-03-22 20:57:24 Version: 8.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://guidsapi.bettor.webhop.biz //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: FetchGuids.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace FBiHBetting.Guids.Api.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GuidsResponse() = member val Guids:ResizeArray = null with get,set [] [] type FetchGuids() = interface IReturn member val BatchSize:Int32 = new Int32() with get,set