(* Options: Date: 2026-04-15 21:17:49 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://api.booklinker.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: PostGroupRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Booklinker.API.Contracts.V1.Responses open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type IPostGroupResponse = abstract GroupId:Int64 with get,set [] [] type PostGroupResponse() = [] member val GroupId:Int64 = new Int64() with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] type PostGroupRequest() = interface IReturn [] [] member val UserAuthId:UInt32 = new UInt32() with get,set