' 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: GetGlobalCodePotConfiguration.* '''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.WebApi.ServiceModel Imports Six4Win.ReadModel Namespace Global Namespace Six4Win Public Partial Class GCPConfiguration Public Overridable Property IsActive As Boolean Public Overridable Property Interval As ThresholdInterval Public Overridable Property Pct As Decimal Public Overridable Property ReservePct As Decimal Public Overridable Property TotalPct 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.ReadModel Public Partial Class GlobalCodePotConfigurations Public Overridable Property Id As String Public Overridable Property Cfg As GCPConfiguration End Class End Namespace Namespace Six4Win.WebApi.ServiceModel Public Partial Class GetGlobalCodePotConfiguration Implements IReturn(Of GlobalCodePotConfigurations) End Class End Namespace End Namespace