' Options: 'Date: 2025-12-13 05:45:13 'Version: 8.30 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://catalog-jobs-dev.power.dev ' '''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: TbxRunRequest.* '''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 powerDev.Common.Types Imports powerDev.ISO.ServiceModels Namespace Global Namespace powerDev.Common.Types Public Enum PriceMarketType Undefined = 0 Realtime = 1 DayAhead = 10 DART = 101 End Enum End Namespace Namespace powerDev.ISO.ServiceModels Public Partial Class TbxRunRequest Public Overridable Property MarketType As PriceMarketType Public Overridable Property NodeId As Integer Public Overridable Property StartDate As Date Public Overridable Property EndDate As Date End Class End Namespace End Namespace