(* Options: Date: 2025-12-17 01:14:13 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://shortlinks-api.qa.platform.georiot.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: MigrateShortLinksRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace ShortlinksAPI.ServiceModel.V4.Requests open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type MigrateShortLinksResponse() = [] member val LinksMigrated:Int32 = new Int32() with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] type MigrateShortLinksRequest() = interface IReturn [] member val SourceUsername:String = null with get,set [] member val TargetUsername:String = null with get,set [] member val SourceGroupId:UInt32 = new UInt32() with get,set [] member val TargetGroupId:UInt32 = new UInt32() with get,set