/* Options: Date: 2026-01-14 11:08:29 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://iso-api.adumen.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ErcotDayAheadLoadForecastRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/ercot-day-ahead-load-forecast", "POST") export class ErcotDayAheadLoadForecastRequest { public docId: number; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ErcotDayAheadLoadForecastRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }