import * as $dara from '@darabonba/typescript'; export declare class DescribeApiMarketAttributesRequest extends $dara.Model { /** * @remarks * The ID of the API. * * This parameter is required. * * @example * 1f9b5e9ba80943099cac52e040b7e160 */ apiId?: string; /** * @remarks * The ID of the API group. * * This parameter is required. * * @example * b693252f3f19445e9a01dac177c4454c */ groupId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }