Method: Kickflow::RouteStepCondition.attribute_map

Defined in:
lib/kickflow/models/route_step_condition.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



53
54
55
56
57
58
59
60
# File 'lib/kickflow/models/route_step_condition.rb', line 53

def self.attribute_map
  {
    :'id' => :'id',
    :'condition_type' => :'conditionType',
    :'combination_type' => :'combinationType',
    :'route_step_condition_fields' => :'routeStepConditionFields'
  }
end