/* Options: Date: 2025-12-11 16:17:54 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: NyIsoRtLMPCleanRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/nyiso-rt-lmp-clean", "GET") class NyIsoRtLMPCleanRequest implements IConvertible, IGet { NyIsoRtLMPCleanRequest(); NyIsoRtLMPCleanRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "NyIsoRtLMPCleanRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'catalog_jobs_dev.power.dev', types: { 'NyIsoRtLMPCleanRequest': TypeInfo(TypeOf.Class, create:() => NyIsoRtLMPCleanRequest()), });