Method: PureCloud::PolicyErrorMessage.attribute_map

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

.attribute_mapObject

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



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

def self.attribute_map
  {
    
    :'status_code' => :'statusCode',
    
    :'user_message' => :'userMessage',
    
    :'user_params_message' => :'userParamsMessage',
    
    :'error_code' => :'errorCode',
    
    :'correlation_id' => :'correlationId',
    
    :'user_params' => :'userParams',
    
    :'insert_date' => :'insertDate'
    
  }
end