import * as $dara from '@darabonba/typescript'; export declare class QueryPermissionListRequest extends $dara.Model { /** * @remarks * The ID of the relationship. Set this parameter to the value of the RelationId response parameter returned by calling the QueryRelationList operation. * * This parameter is required. * * @example * 51463 */ relationId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }