Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFromToFilters ¶
type GetFromToFilters struct { // The start time (in seconds) for the query. The value is entered in Unix Epoch. If not entered, returns the data for the last 2 hours. From int `json:"from,omitempty" url:"from,omitempty"` // The end time (in seconds) for the query. The value is entered in Unix Epoch. If not entered, returns the data for the last 2 hours. To int `json:"to,omitempty" url:"to,omitempty"` }
Click to show internal directories.
Click to hide internal directories.