Method: PureCloud::PolicyErrorMessage.swagger_types
- Defined in:
- lib/purecloud/models/policy_error_message.rb
.swagger_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/purecloud/models/policy_error_message.rb', line 58 def self.swagger_types { :'status_code' => :'Integer', :'user_message' => :'Object', :'user_params_message' => :'String', :'error_code' => :'String', :'correlation_id' => :'String', :'user_params' => :'Array<UserParam>', :'insert_date' => :'DateTime' } end |