import * as $dara from '@darabonba/typescript'; export declare class QueryInstanceGaapCostRequest extends $dara.Model { /** * @remarks * This parameter is required. * * @example * 2020-03 */ billingCycle?: string; /** * @example * 1 */ pageNum?: number; /** * @example * 20 */ pageSize?: number; /** * @example * rds */ productCode?: string; /** * @example * rds */ productType?: string; /** * @example * PayAsYouGo */ subscriptionType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }