import * as $dara from '@darabonba/typescript'; export declare class DescribeSecurityGroupReferencesRequest extends $dara.Model { ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID of the security group. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * The array of security group IDs. Array length: 0 to 10. * * This parameter is required. * * @example * sg-bp14vtedjtobkvi**** */ securityGroupId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }