Method: PureCloud::BatchCommand.swagger_types

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

.swagger_typesObject

Attribute type mapping.



37
38
39
40
41
42
43
# File 'lib/purecloud/models/batch_command.rb', line 37

def self.swagger_types
  {
    :'items' => :'Array<BatchItem>',
    :'command_id' => :'String'
    
  }
end