' Options: 'Date: 2025-12-11 18:23:38 'Version: 6.50 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://galaxymobile.api.dev.86degrees.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetImage.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports CommonService.Media.Resize Imports WebService.ServiceModel.ResourceModels Namespace Global Namespace WebService.ServiceModel.ResourceModels Public Partial Class GetImage Public Overridable Property Id As Integer ''' '''Manually control the server resizing of the image. ''' Public Overridable Property ImageSize As ImageSize.SizeType ''' '''Set to true to return the image in Base64 format. ''' Public Overridable Property Base64 As Boolean ''' '''Force this file to be returned as a thumbnail (small) ''' Public Overridable Property Thumbnail As Boolean End Class End Namespace End Namespace