[create-pull-request] automated change (#143)
Co-authored-by: joshuaspence <joshuaspence@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
aed72d864b
commit
f3077d3b3c
15
unifi/schedule_task.generated.go
generated
15
unifi/schedule_task.generated.go
generated
@@ -25,16 +25,11 @@ type ScheduleTask struct {
|
||||
NoDelete bool `json:"attr_no_delete,omitempty"`
|
||||
NoEdit bool `json:"attr_no_edit,omitempty"`
|
||||
|
||||
Action string `json:"action,omitempty"` // stream|upgrade
|
||||
AdditionalSoundsEnabled bool `json:"additional_sounds_enabled"`
|
||||
BroadcastgroupID string `json:"broadcastgroup_id"`
|
||||
CronExpr string `json:"cron_expr,omitempty"`
|
||||
ExecuteOnlyOnce bool `json:"execute_only_once"`
|
||||
MediafileID string `json:"mediafile_id"`
|
||||
Name string `json:"name,omitempty"`
|
||||
SampleFilename string `json:"sample_filename,omitempty"`
|
||||
StreamType string `json:"stream_type,omitempty"` // media|sample
|
||||
UpgradeTargets []ScheduleTaskUpgradeTargets `json:"upgrade_targets,omitempty"`
|
||||
Action string `json:"action,omitempty"` // upgrade
|
||||
CronExpr string `json:"cron_expr,omitempty"`
|
||||
ExecuteOnlyOnce bool `json:"execute_only_once"`
|
||||
Name string `json:"name,omitempty"`
|
||||
UpgradeTargets []ScheduleTaskUpgradeTargets `json:"upgrade_targets,omitempty"`
|
||||
}
|
||||
|
||||
func (dst *ScheduleTask) UnmarshalJSON(b []byte) error {
|
||||
|
||||
Reference in New Issue
Block a user