/* Options: Date: 2026-06-02 07:33:25 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: DeleteABTests.* //ExcludeTypes: //DefaultImports: */ // @Route("/ab-testing/tests", "DELETE") export class DeleteABTests { public Ids: string[]; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'DeleteABTests'; } public getMethod() { return 'DELETE'; } public createResponse() {} }