(* Options: Date: 2026-03-13 22:06:58 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://milliet.io //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: api_metadatas.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace WS_RESTRICTED_API open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type api_metadata() = member val am_operation_type:String = null with get,set member val am_operation_timestamp:Nullable = new Nullable() with get,set member val am_record_class:String = null with get,set member val am_record_group_id:Nullable = new Nullable() with get,set member val am_record_id:String = null with get,set member val am_record_json:String = null with get,set [] type api_metadatasResponse() = inherit ResizeArray() [] [] [] type api_metadatas() = interface IReturn member val record_class:String = null with get,set member val record_group_id:Nullable = new Nullable() with get,set