import * as $dara from '@darabonba/typescript'; import { Tag } from "./Tag"; export declare class ModifyClusterTagsRequest extends $dara.Model { /** * @remarks * The data to be modified. */ body?: Tag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }