' Options: 'Date: 2025-12-06 07:03:27 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://backoffice-api.brovs.com ' '''GlobalNamespace: BackofficeApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: DeleteCategoryImageRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports BackofficeApi Namespace Global Namespace BackofficeApi Public Partial Class DeleteCategoryImageRequest Implements IReturn(Of DeleteCategoryImageResponse) Implements IDelete Public Property CategoryId As Long End Class Public Partial Class DeleteCategoryImageResponse Public Property DeletedImage As CloudBlob End Class Public Partial Class CloudBlob Public Property PublicUrl As String Public Property Key As String Public Property Environment As DeploymentSlot? Public Property Bucket As String Public Property IdentifyingSuffix As String Public Property MimeType As String End Class Public Enum DeploymentSlot Production Qa Unstable Test Local Docker End Enum End Namespace End Namespace