Skip to content

Commit 2d21c08

Browse files
author
Priyadarshini Piramanayagam
committed
allow null for update req
1 parent f87c25e commit 2d21c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nisystemlink/clients/testmonitor/models/_update_result_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class UpdateResultRequest(JsonModel):
3838
keywords: Optional[List[str]]
3939
"""A list of keywords that categorize this result."""
4040

41-
properties: Optional[Dict[str, str]]
41+
properties: Optional[Dict[str, Optional[str]]]
4242
"""A list of custom properties for this result."""
4343

4444
operator: Optional[str]

0 commit comments

Comments
 (0)