forked from logicmonitor/lm-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrest_graph_plot.go
66 lines (38 loc) · 1.44 KB
/
rest_graph_plot.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
*
*
* 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 RestGraphPlot struct {
Missinglines []string `json:"missinglines,omitempty"`
TimeScale string `json:"timeScale,omitempty"`
Timestamps []int64 `json:"timestamps,omitempty"`
Title string `json:"title,omitempty"`
MinValue float64 `json:"minValue,omitempty"`
StartTime int64 `json:"startTime,omitempty"`
Id int32 `json:"id,omitempty"`
Rigid bool `json:"rigid,omitempty"`
Lines []Line `json:"lines,omitempty"`
Height int32 `json:"height,omitempty"`
EndTZOffset int32 `json:"endTZOffset,omitempty"`
Base1024 bool `json:"base1024,omitempty"`
DsName string `json:"dsName,omitempty"`
MaxValue float64 `json:"maxValue,omitempty"`
DisplayPrio int32 `json:"displayPrio,omitempty"`
TimeZone string `json:"timeZone,omitempty"`
StartTZOffset int32 `json:"startTZOffset,omitempty"`
XAxisName string `json:"xAxisName,omitempty"`
Width int32 `json:"width,omitempty"`
Name string `json:"name,omitempty"`
VerticalLabel string `json:"verticalLabel,omitempty"`
Step int64 `json:"step,omitempty"`
EndTime int64 `json:"endTime,omitempty"`
Scopes []RestGraphOpsNoteScope `json:"scopes,omitempty"`
Base int64 `json:"base,omitempty"`
ExportFileName string `json:"exportFileName,omitempty"`
}