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

Latest commit

 

History

History
26 lines (22 loc) · 1.31 KB

JobPartialUpdate.md

File metadata and controls

26 lines (22 loc) · 1.31 KB

ElementsSDK.Model.JobPartialUpdate

Properties

Name Type Description Notes
Subtasks List<SubtaskReference> [optional]
Schedules List<ScheduleReference> [optional]
AllowUsers List<ElementsUserReference> [optional]
AllowGroups List<ElementsGroupReference> [optional]
VariableDefinitions List<Dictionary<string, string>> [optional]
MediaRoots List<int> [optional]
SpecialType int? [optional]
Name string [optional]
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]