Models

from typing import Optional, List, Dict, Union, Any, Literal


class DisablePacketCaptureRes:
    status: Optional[str]