(* Options: Date: 2026-05-19 10:58:41 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dev-api-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetRoles.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Security.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type Roles() = /// ///Role Code /// [] member val roleCode:Guid = new Guid() with get,set /// ///Role Description /// [] member val roleDs:String = null with get,set /// ///Role Type /// [] member val roleType:Int32 = new Int32() with get,set [] type GetRolesResponse() = inherit ResizeArray() [] [] type GetRoles() = interface IReturn /// ///User type id /// [] member val type:String = null with get,set