(* Options: Date: 2026-06-14 21:36:03 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://qp-microservices-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetUserMigrationMode.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Booster.Microservices.ServiceModel.Security open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GetUserMigrationModeResponse() = member val UserMigrationMode:Int32 = new Int32() with get,set [] [] type GetUserMigrationMode() = interface IReturn