import * as $dara from '@darabonba/typescript'; export declare class DescribeDedicatedHostAutoRenewRequest extends $dara.Model { /** * @remarks * The ID of the dedicated host. You can specify up to 100 subscription dedicated host IDs. Separate multiple IDs with commas (,). * * This parameter is required. * * @example * dh-bp165p6xk2tlw61e****,dh-bp1f9vxmno**** */ dedicatedHostIds?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The ID of the region where the dedicated host resides. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }