We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f1188 commit de824eeCopy full SHA for de824ee
nisystemlink/clients/testmonitor/models/_result.py
@@ -42,7 +42,7 @@ class Result(JsonModel):
42
keywords: Optional[List[str]]
43
"""A list of keywords that categorize this result."""
44
45
- properties: Optional[Dict[str, str]]
+ properties: Optional[Dict[str, Optional[str]]]
46
"""A list of custom properties for this result."""
47
48
operator: Optional[str]
0 commit comments