(* 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: GetShortLinkMetadataRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Booklinker.API.ServiceModel.DTOs.Shortlinks.ChoicePage open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type ProductMetadata() = [] member val Title:String = null with get,set [] member val Author:String = null with get,set [] member val Url:Uri = null with get,set [] member val Description:String = null with get,set [] member val Retailer:String = null with get,set [] member val ProductImages:IDictionary = null with get,set [] [] type ProductMetadata() = inherit ProductMetadata() [] [] type Destination() = [] member val IsSuggestion:Boolean = new Boolean() with get,set [] member val IsAutoSuggestion:Boolean = new Boolean() with get,set [] member val DestinationUrl:String = null with get,set [] member val ReplacementButton:String = null with get,set [] [] type GetShortLinkMetadataResponse() = [] member val BaseCode:String = null with get,set [] member val Domain:String = null with get,set [] member val Code:String = null with get,set [] member val ProductMetadata:ProductMetadata = null with get,set [] member val Destinations:ResizeArray = null with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] type GetShortLinkMetadataRequest() = interface IReturn [] member val AliasDomain:String = null with get,set [] member val AliasCode:String = null with get,set