Method: PureCloud::ActivityCode.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/activity_code.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/purecloudplatformclientv2/models/activity_code.rb', line 47 def self.attribute_map { :'name' => :'name', :'is_active' => :'isActive', :'is_default' => :'isDefault', :'category' => :'category', :'length_in_minutes' => :'lengthInMinutes', :'counts_as_paid_time' => :'countsAsPaidTime', :'counts_as_work_time' => :'countsAsWorkTime', :'is_agent_time_off_selectable' => :'isAgentTimeOffSelectable' } end |