' Options: 'Date: 2025-11-08 10:56:33 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://s4w2.api.bettor.cc ' '''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: ConfigureLocalCodePot.* '''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 Six4Win Imports Six4Win.ReadModel Imports Six4Win.WebApi.ServiceModel Namespace Global Namespace Six4Win Public Partial Class LCPConfiguration Public Overridable Property IsActive As Boolean Public Overridable Property Interval As ThresholdInterval Public Overridable Property Pct As Decimal End Class Public Partial Class ThresholdInterval Public Overridable Property Start As Decimal Public Overridable Property [End] As Decimal End Class End Namespace Namespace Six4Win.WebApi.ServiceModel Public Partial Class ConfigureLocalCodePot Implements IReturn(Of ResponseStatus) Public Overridable Property Id As String Public Overridable Property ScopeId As String Public Overridable Property ScopeName As String Public Overridable Property Configuration As LCPConfiguration End Class End Namespace End Namespace