(* Options: Date: 2025-12-06 05:37:53 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://affiliation-api-zane.dev.platform.georiot.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: MigrateGroupOverridesAffiliateTokensRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace AffiliationAPI.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 MigrateGroupOverridesAffiliateTokensResponse() = [] member val AffiliateOverridesMigrated:Int32 = new Int32() with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] type MigrateGroupOverridesAffiliateTokensRequest() = interface IReturn [] member val SourceGroupId:UInt32 = new UInt32() with get,set [] member val TargetGroupId:UInt32 = new UInt32() with get,set