import * as $dara from '@darabonba/typescript'; export declare class DescribeUserBusinessBehaviorRequest extends $dara.Model { ownerAccount?: string; ownerId?: number; /** * @remarks * The ID of the region. Call the `DescribeRegions` operation to query the latest list of regions. */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * The key of the business attribute to query. * * This parameter is required. */ statusKey?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }