' Options: 'Date: 2025-08-05 02:33:55 'Version: 8.0 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://www.asg.com.au/RestApi ' '''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: GetCurrentAccountSettingsMessage.* '''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 System.Globalization Imports Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.ServiceStackServices.Model Namespace Global Namespace Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.ServiceStackServices.Model Public Partial Class GetCurrentAccountSettingsData Public Overridable Property ClientId As String Public Overridable Property ClientSecret As String Public Overridable Property TrackingCode As String Public Overridable Property TrackedDomain As String Public Overridable Property SelectedAccount As String Public Overridable Property SelectedProfile As String Public Overridable Property SelectedWebPropertyId As String Public Overridable Property UseEquals As Boolean Public Overridable Property PrependHost As Boolean End Class Public Partial Class GetCurrentAccountSettingsMessage Implements IReturn(Of GetCurrentAccountSettingsData) Public Overridable Property ClientId As String Public Overridable Property ClientSecret As String Public Overridable Property SelectedProfile As String Public Overridable Property TrackedDomain As String Public Overridable Property SiteId As Guid End Class End Namespace End Namespace