Skip to content

Commit ae80238

Browse files
committed
Add vm_alive to TaskRequestPayload model
1 parent cb1ea8c commit ae80238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alts/shared/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class TaskRequestPayload(BaseModel):
9292
module_stream: Optional[str] = None
9393
module_version: Optional[str] = None
9494
callback_href: Optional[str] = None
95+
vm_alive: bool = False
9596
verbose: bool = False
9697

9798

0 commit comments

Comments
 (0)