Method: PureCloud::ActivityCode.swagger_types

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

.swagger_typesObject

Attribute type mapping.



70
71
72
73
74
75
76
77
78
79
80
81
82
# File 'lib/purecloud/models/activity_code.rb', line 70

def self.swagger_types
  {
    :'name' => :'String',
    :'is_active' => :'BOOLEAN',
    :'is_default' => :'BOOLEAN',
    :'category' => :'String',
    :'length_in_minutes' => :'Integer',
    :'counts_as_paid_time' => :'BOOLEAN',
    :'counts_as_work_time' => :'BOOLEAN',
    :'is_agent_time_off_selectable' => :'BOOLEAN'
    
  }
end