Method: Kickflow::RouteStep.attribute_map
- Defined in:
- lib/kickflow/models/route_step.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 |
# File 'lib/kickflow/models/route_step.rb', line 89 def self.attribute_map { :'id' => :'id', :'step_order' => :'stepOrder', :'step_type' => :'stepType', :'title' => :'title', :'action_type' => :'actionType', :'instruction' => :'instruction', :'required_approvals_number' => :'requiredApprovalsNumber', :'required_approvals_percent' => :'requiredApprovalsPercent', :'fallback_type' => :'fallbackType', :'allow_self_approval' => :'allowSelfApproval', :'min_custom_assignees' => :'minCustomAssignees', :'approver_assignment_instruction' => :'approverAssignmentInstruction', :'users' => :'users', :'targets' => :'targets', :'route_step_condition' => :'routeStepCondition', :'code' => :'code' } end |