Method: PureCloud::WorkItemCommandGroup.swagger_types

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

.swagger_typesObject

Attribute type mapping.



41
42
43
44
45
46
47
48
# File 'lib/purecloud/models/work_item_command_group.rb', line 41

def self.swagger_types
  {
    :'category' => :'String',
    :'default_command_id' => :'String',
    :'commands' => :'Array<WorkItemCommand>'
    
  }
end