Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceExecuteSchedule ¶
func ResourceScaleThreshold ¶
Types ¶
type ExecuteSchedule ¶
type ExecuteSchedule struct {
Schedule struct {
ID int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Enabled bool `json:"enabled"`
Scheduletype string `json:"scheduleType"`
Scheduletimezone string `json:"scheduleTimezone"`
Cron string `json:"cron"`
Datecreated string `json:"dateCreated"`
Lastupdated string `json:"lastUpdated"`
} `json:"schedule"`
}
Click to show internal directories.
Click to hide internal directories.