(* Options: Date: 2025-08-05 02:26:41 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetChildMethods.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Telerik.Sitefinity.Diagnostics.Tools.Methods.Web.Services.DTO.Request open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization [] type MethodViewModel() = member val Id:Guid = new Guid() with get,set member val RootOperationId:Guid = new Guid() with get,set member val ParentOperationId:Guid = new Guid() with get,set member val Method:String = null with get,set member val Start:Nullable = new Nullable() with get,set member val End:Nullable = new Nullable() with get,set member val Duration:Nullable = new Nullable() with get,set member val QueryCount:Int32 = new Int32() with get,set member val HasChildren:Boolean = new Boolean() with get,set [] type MethodsProxy() = member val Items:IEnumerable = null with get,set [] [] type GetChildMethods() = interface IReturn member val OperationId:Guid = new Guid() with get,set member val RootOperationId:Guid = new Guid() with get,set