/* Options: Date: 2025-12-11 15:04:08 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: ErcotHighestPriceAsOfferSelectedRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/ercot-highest-price-as-offer-selected", "POST") export class ErcotHighestPriceAsOfferSelectedRequest { public docId: number; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ErcotHighestPriceAsOfferSelectedRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }