Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 1.43 KB

Job.md

File metadata and controls

29 lines (25 loc) · 1.43 KB

ElementsSDK.Model.Job

Properties

Name Type Description Notes
Id int [optional] [readonly]
Subtasks List<SubtaskReference> [optional]
Schedules List<ScheduleReference> [optional]
AllowUsers List<ElementsUserReference> [optional]
AllowGroups List<ElementsGroupReference> [optional]
Startable bool [optional] [readonly]
VariableDefinitions List<Dictionary<string, string>> [optional]
MediaRoots List<int> [optional]
WebhookUrl string [optional] [readonly]
SpecialType int? [optional]
Name string
Enabled bool [optional]
AllowOthersToStart bool [optional]
AllowClientToStart bool [optional]
ShowAsButton bool [optional]
InputType string [optional]
Hook string [optional]
WebhookSecret string [optional]
SecurityContext int? [optional]
PartOfWorkflowFor int? [optional]

[Back to Model list] [Back to API list] [Back to README]