/* Options: Date: 2025-12-13 05:45:38 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: NyIsoRtLMPCleanRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/nyiso-rt-lmp-clean", "GET") export class NyIsoRtLMPCleanRequest { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'NyIsoRtLMPCleanRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }