import * as $dara from '@darabonba/typescript'; export declare class InstallCloudAssistantRequest extends $dara.Model { /** * @remarks * The ID of the instance. * * This parameter is required. * * @example * i-bp1iudwa5b1tqa**** */ instanceId?: string[]; ownerAccount?: string; ownerId?: number; /** * @remarks * The IDs of instances. You can specify up to 50 instance IDs in a single request. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }