Skip to content

Commit

Permalink
Add tags field in Device model (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffsie authored Aug 25, 2022
1 parent f3db390 commit 6220755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tailscale/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Device(BaseModel):
os: str
created: Optional[datetime]
last_seen: Optional[datetime] = Field(..., alias="lastSeen")
tags: Optional[List[str]]
key_expiry_disabled: bool = Field(..., alias="keyExpiryDisabled")
expires: Optional[datetime]
authorized: bool
Expand Down

0 comments on commit 6220755

Please sign in to comment.