(* Options: Date: 2024-12-01 04:13:48 Version: 8.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://nkapi-sgepz3-auth.azurewebsites.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: WarmupRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Norkart.Api.Backbone.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type Initialization() = member val Name:String = null with get,set member val Duration:Int64 = new Int64() with get,set [] type WarmupResponse() = member val Dependencies:ResizeArray = new ResizeArray() with get,set [] [] type WarmupRequest() = interface IReturn