Method: Allq::BasicPayload.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



29
30
31
32
33
34
35
36
# File 'lib/allq_client/models/basic_payload.rb', line 29

def self.attribute_map
  {
    :'action' => :'action',
    :'job_id' => :'job_id',
    :'error' => :'error',
    :'job' => :'job'
  }
end