First working version
This commit is contained in:
12
headscale_api_client/schemas/v1CreateApiKeyResponse.py
Normal file
12
headscale_api_client/schemas/v1CreateApiKeyResponse.py
Normal file
@ -0,0 +1,12 @@
|
||||
from typing import *
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class v1CreateApiKeyResponse(BaseModel):
|
||||
"""
|
||||
None model
|
||||
|
||||
"""
|
||||
|
||||
apiKey: Optional[str] = Field(alias="apiKey", default=None)
|
Reference in New Issue
Block a user