Method: Allq::BasicPayload.swagger_types

Defined in:
lib/allq_rest/models/basic_payload.rb

.swagger_typesObject

Attribute type mapping.



39
40
41
42
43
44
45
46
# File 'lib/allq_rest/models/basic_payload.rb', line 39

def self.swagger_types
  {
    :'action' => :'String',
    :'job_id' => :'String',
    :'error' => :'String',
    :'job' => :'JobResponse'
  }
end