import * as $dara from '@darabonba/typescript'; export declare class RunInstancesResponseBodyInstanceIdSets extends $dara.Model { instanceIdSet?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class RunInstancesResponseBody extends $dara.Model { instanceIdSets?: RunInstancesResponseBodyInstanceIdSets; /** * @remarks * The ID of the order. This parameter is returned only when `InstanceChargeType` is set to PrePaid. * * @example * 123456**** */ orderId?: string; /** * @remarks * The ID of the request. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** */ requestId?: string; /** * @remarks * The transaction price. * * @example * 0.165 */ tradePrice?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }