forked from logicmonitor/lm-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrest_dashboard_v1.go
40 lines (25 loc) · 910 Bytes
/
rest_dashboard_v1.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
*
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
package logicmonitor
type RestDashboardV1 struct {
Owner string `json:"owner,omitempty"`
UserPermission string `json:"userPermission,omitempty"`
GroupId int32 `json:"groupId,omitempty"`
Description string `json:"description,omitempty"`
Sharable bool `json:"sharable,omitempty"`
WidgetsOrder string `json:"widgetsOrder,omitempty"`
UseDynamicWidget bool `json:"useDynamicWidget,omitempty"`
WidgetsConfig string `json:"widgetsConfig,omitempty"`
GroupName string `json:"groupName,omitempty"`
WidgetTokens JsonArray `json:"widgetTokens,omitempty"`
Name string `json:"name"`
Id int32 `json:"id,omitempty"`
GroupFullPath string `json:"groupFullPath,omitempty"`
}