/* Options: Date: 2026-01-14 10:44:28 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: AwsS3KeyLowerCaseRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/awss3-key-lowercase", "Post") export class AwsS3KeyLowerCaseRequest { public rootPath: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'AwsS3KeyLowerCaseRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }