import * as $dara from '@darabonba/typescript'; export declare class CancelImagePipelineExecutionRequestTemplateTag extends $dara.Model { /** * @remarks * > This parameter is not publicly available. * * @example * null */ key?: string; /** * @remarks * > This parameter is not publicly available. * * @example * null */ value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class CancelImagePipelineExecutionRequest extends $dara.Model { /** * @remarks * The ID of the image building task. * * This parameter is required. * * @example * exec-5fb8facb8ed7427c**** */ executionId?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * > This parameter is not publicly available. */ templateTag?: CancelImagePipelineExecutionRequestTemplateTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }