Skip to content

Commit 21396ef

Browse files
authored
Merge branch 'dev' into feat/clone_and_group_by
2 parents e2f4a09 + 1b1eaff commit 21396ef

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)