import * as $dara from '@darabonba/typescript'; export declare class CancelTaskRequest extends $dara.Model { ownerId?: number; /** * @remarks * The ID of the task. You can call the [DescribeTasks](https://help.aliyun.com/document_detail/25622.html) operation to query the list of task IDs. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * The ID of the request. * * This parameter is required. * * @example * t-bp198jigq7l0h5ac**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }