import * as $dara from '@darabonba/typescript'; export declare class EndTerminalSessionRequest extends $dara.Model { ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID of the session. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * The session ID. * * This parameter is required. * * @example * s-hz023od0x9**** */ sessionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }