' Options: 'Date: 2025-10-27 21:35:10 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://duengageapi.uat.scadsoftware.com ' '''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: SCADFiles.* '''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 System.Net Imports System.Net.Http.Headers Imports digitaluapi.ServiceModel Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class SCADFiles ''' '''File path ''' Public Overridable Property Path As String ''' '''Contents of a file. NOTE: This is not yet supported in the API ''' Public Overridable Property TextContents As String ''' '''Whether or not you want to download the file. ''' Public Overridable Property ForDownload As Boolean ''' '''Where the files are hosted. If the source is not specified, your default source will be used ''' Public Overridable Property Source As String End Class End Namespace End Namespace