' Options: 'Date: 2025-10-27 21:31:00 '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: GetTableForeignKeysRequest.* '''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.Types Imports digitaluapi.ServiceModel Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class GetTableForeignKeysRequest Implements IReturn(Of IEnumerable(Of Object)) ''' '''Table id ''' Public Overridable Property TablesId As Integer ''' '''Parameter list ''' Public Overridable Property ParameterList As Dictionary(Of String, Object) ''' '''Filter list ''' Public Overridable Property FilterList As Dictionary(Of String, Object) ''' '''Number of items to be returned per page ''' Public Overridable Property Paging As Paging Public Overridable Property FromId As Integer ''' '''Drill down filter list ''' Public Overridable Property DrillDownFilterList As Dictionary(Of String, Object) ''' '''Global parameter list ''' Public Overridable Property GlobalParamList As Dictionary(Of String, Object) ''' '''View id ''' Public Overridable Property ViewId As Integer? ''' '''Whether or not to refresh the cache ''' Public Overridable Property RefreshCache As Boolean End Class End Namespace Namespace digitaluapi.ServiceModel.Types Public Partial Class Paging Public Overridable Property PageNumber As Integer Public Overridable Property PageSize As Integer End Class End Namespace End Namespace