/* Options: Date: 2025-12-13 05:44:40 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: AwsS3EercotLowerCaseRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/awss3-ercot-lowercase", "Post") export class AwsS3EercotLowerCaseRequest { public rootPath: string; public deleteOld: boolean; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'AwsS3EercotLowerCaseRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }