import * as $dara from '@darabonba/typescript'; export declare class AddIpControlPolicyItemResponseBody extends $dara.Model { /** * @remarks * The ID of the policy. The ID is unique. * * @example * P151617000829241 */ policyItemId?: string; /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ004 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }