(* Options: Date: 2025-12-16 07:19:28 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://mds-api.mojomotorcycles.com.au //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: Brands.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Mds.Api.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ModelResponse() = member val Id:Int32 = new Int32() with get,set member val Name:String = null with get,set member val Published:Boolean = new Boolean() with get,set [] type BrandsResponse() = member val ResponseStatus:ResponseStatus = null with get,set member val IsSuccess:Boolean = new Boolean() with get,set member val Message:String = null with get,set member val Items:ResizeArray = new ResizeArray() with get,set [] [] type Brands() = interface IReturn