Models

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


class GenerateBootstrapConfigForVedgesResponse:
    id: Optional[str]


class VEdgeBootstrapConfig:
    bootstrap_config_type: Optional[str]
    uuid: Optional[List[str]]