(* Options: Date: 2026-04-15 21:17:13 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: GetCollectionRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Booklinker.API.ServiceModel.DTOs.V2 open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type V2BaseResponse() = [] member val ResponseStatus:ResponseStatus = null with get,set [] [] type V2BaseRequest() = class end [] [] type UserCollection() = [] member val Type:String = null with get,set [] member val Id:String = null with get,set [] member val BaseCode:String = null with get,set [] member val Url:String = null with get,set [] member val Title:String = null with get,set [] member val LinkIds:IEnumerable = null with get,set [] member val CollectionSettingsId:String = null with get,set [] type IUserCollection = abstract Id:String with get,set abstract Title:String with get,set abstract LinkIds:IEnumerable with get,set abstract CollectionSettingsId:String with get,set [] [] type GetCollectionResponse() = inherit V2BaseResponse() [] member val Data:UserCollection = null with get,set [] [] [] [] type GetCollectionRequest() = inherit V2BaseRequest() interface IReturn [] member val Id:String = null with get,set