Logo

View the Project on GitHub elements-storage/elements-sdk-dotnet

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]