Logo

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

JobReference

Properties

Name Type Description Notes
id int    
schedules [ScheduleReference]   [optional] [readonly]
startable bool   [optional] [readonly]
variable_definitions [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]   [optional] [readonly]
webhook_url str, none_type   [optional] [readonly]
needs_compatibility_check bool   [optional] [readonly]
subtasks [str]   [optional] [readonly]
allow_users [str]   [optional] [readonly]
allow_groups [str]   [optional] [readonly]
media_roots [str]   [optional] [readonly]
special_type int, none_type   [optional] [readonly]
name str   [optional] [readonly]
description str, none_type   [optional] [readonly]
enabled bool   [optional] [readonly]
allow_others_to_start bool   [optional] [readonly]
allow_client_to_start bool   [optional] [readonly]
show_as_button bool   [optional] [readonly]
input_type str, none_type   [optional] [readonly]
add_to_new_media_roots bool   [optional] [readonly]
hook str, none_type   [optional] [readonly]
webhook_secret str, none_type   [optional] [readonly]
elements_release str   [optional] [readonly]
security_context int, none_type   [optional] [readonly]
part_of_workflow_for int, none_type   [optional] [readonly]

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