(* Options:
Date: 2025-12-06 07:07:04
Version: 8.80
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://backoffice-api.brovs.com
//GlobalNamespace: BackofficeApi
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//ExportValueTypes: False
IncludeTypes: BrandsGetRequest.*
//ExcludeTypes:
//InitializeCollections: True
//AddNamespaces:
*)
namespace BackofficeApi
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
///
///Get all known brands.
///
[]
[]
type BrandsGetRequest() =
interface IReturn>
interface IGet