' Options: 'Date: 2025-05-06 16:23:29 'Version: 6.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://stubbur-autoupdates-live.smartnewapis.com ' '''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: EventsWithLocationRequest.* '''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 TicketUserServices.ServiceModel Imports TicketUserServices.ServiceModel.Types Namespace Global Namespace TicketUserServices.ServiceModel Public Partial Class EventsWithLocationRequest Implements IReturn(Of EventsWithLocationResult) Public Overridable Property MaxDays As Nullable(Of Integer) End Class Public Partial Class EventsWithLocationResult Public Sub New() data = New List(Of EventWithLocation) End Sub Public Overridable Property Status As Status Public Overridable Property data As List(Of EventWithLocation) End Class Public Partial Class Status Public Overridable Property StatusCode As Integer Public Overridable Property StatusMessage As String Public Overridable Property StatusDetails As String End Class End Namespace Namespace TicketUserServices.ServiceModel.Types Public Partial Class EventWithLocation Public Overridable Property ID As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property TimeOfEvent As Date Public Overridable Property EventActive As Boolean Public Overridable Property EventSeriesActive As Nullable(Of Boolean) Public Overridable Property EventLocationName As String Public Overridable Property Latitude As Decimal Public Overridable Property Longitude As Decimal Public Overridable Property AddressName As String Public Overridable Property AddressLine As String Public Overridable Property Zip As String Public Overridable Property City As String Public Overridable Property CountryCode As String Public Overridable Property PostPonedNoDate As Nullable(Of Boolean) Public Overridable Property EndOfEvent As Date End Class End Namespace End Namespace