Models

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


class SshKeyList:
    ssh_key_name: Optional[str]