' Options: 'Date: 2026-09-21 22:52:20 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: http://clouddemo.pickeos.com:1337 ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: SetFreePosition.* '''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 GoToLightAPI Namespace Global Namespace GoToLightAPI Public Partial Class SetFreePosition ''' '''Key identifying a location ''' Public Overridable Property Key As String ''' '''LCAddress ''' Public Overridable Property LCAddress As String ''' '''Pixel number on the area ''' Public Overridable Property Pixel As Integer ''' '''Pixel width ''' Public Overridable Property Width As Integer ''' '''Optional: name of the stockroom where the position is located ''' Public Overridable Property StockroomName As String ''' '''Optional: overwrite existing positions defined with the same key: Yes by default ''' Public Overridable Property Overwrite As Boolean? End Class End Namespace End Namespace