Method: CloudReactorAPIClient::PatchedWorkflowTaskInstance.attribute_map
- Defined in:
- lib/cloudreactor_api_client/models/patched_workflow_task_instance.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/cloudreactor_api_client/models/patched_workflow_task_instance.rb', line 76 def self.attribute_map { :'url' => :'url', :'uuid' => :'uuid', :'name' => :'name', :'description' => :'description', :'workflow' => :'workflow', :'task' => :'task', :'start_transition_condition' => :'start_transition_condition', :'max_complete_executions' => :'max_complete_executions', :'should_eval_transitions_after_first_execution' => :'should_eval_transitions_after_first_execution', :'condition_count_threshold' => :'condition_count_threshold', :'condition_ratio_threshold' => :'condition_ratio_threshold', :'max_age_seconds' => :'max_age_seconds', :'default_max_retries' => :'default_max_retries', :'failure_behavior' => :'failure_behavior', :'allow_workflow_execution_after_failure' => :'allow_workflow_execution_after_failure', :'timeout_behavior' => :'timeout_behavior', :'allow_workflow_execution_after_timeout' => :'allow_workflow_execution_after_timeout', :'environment_variables_overrides' => :'environment_variables_overrides', :'allocated_cpu_units' => :'allocated_cpu_units', :'allocated_memory_mb' => :'allocated_memory_mb', :'use_task_alert_methods' => :'use_task_alert_methods', :'ui_color' => :'ui_color', :'ui_icon_type' => :'ui_icon_type', :'ui_scale' => :'ui_scale', :'ui_center_margin_top' => :'ui_center_margin_top', :'ui_center_margin_left' => :'ui_center_margin_left', :'created_at' => :'created_at', :'updated_at' => :'updated_at' } end |