Models

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


class SoftwareVersion:
    active_version: str
    lastupdated: int
    vdevice_data_key: str
    vdevice_host_name: str
    vdevice_name: str