Skip to content

Commit de824ee

Browse files
author
Priyadarshini Piramanayagam
committed
enable null value for results properties
1 parent 53f1188 commit de824ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nisystemlink/clients/testmonitor/models/_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Result(JsonModel):
4242
keywords: Optional[List[str]]
4343
"""A list of keywords that categorize this result."""
4444

45-
properties: Optional[Dict[str, str]]
45+
properties: Optional[Dict[str, Optional[str]]]
4646
"""A list of custom properties for this result."""
4747

4848
operator: Optional[str]

0 commit comments

Comments
 (0)