Method: PureCloud::DialerRule.attribute_map

Defined in:
lib/purecloud/models/dialer_rule.rb

.attribute_mapObject

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



40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# File 'lib/purecloud/models/dialer_rule.rb', line 40

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'order' => :'order',
    
    :'category' => :'category',
    
    :'conditions' => :'conditions',
    
    :'actions' => :'actions'
    
  }
end