Skip to content

Commit 361ea09

Browse files
authored
Merge branch 'dev' into chore/update-docstring
2 parents 6169571 + 1b1eaff commit 361ea09

5 files changed

Lines changed: 588 additions & 129 deletions

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ class MonitorDashboard(Base):
278278
"label": Property(),
279279
"service_type": Property(ServiceType),
280280
"type": Property(DashboardType),
281+
"group_by": Property(),
281282
"widgets": Property(json_object=DashboardWidget),
282283
"updated": Property(is_datetime=True),
283284
}

0 commit comments

Comments
 (0)