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 ae967c3 commit 126a93cCopy full SHA for 126a93c
linode_api4/objects/monitor.py
@@ -123,8 +123,8 @@ class DashboardWidget(JSONObject):
123
chart_type: ChartType = ""
124
y_label: str = ""
125
aggregate_function: AggregateFunction = ""
126
- group_by: List[str] = field(default_factory=list)
127
- filters: List[Filter] = field(default_factory=list)
+ group_by: List[str] = None
+ filters: List[Filter] = None
128
129
130
@dataclass
0 commit comments