Method: PureCloud::ActivityCode.swagger_types

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

.swagger_typesObject

Attribute type mapping.



61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/purecloudplatformclientv2/models/activity_code.rb', line 61

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