Method: ArtikCloud::TaskHistory.attribute_map

Defined in:
lib/artikcloud/models/task_history.rb

.attribute_mapObject

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



37
38
39
40
41
42
43
44
45
46
# File 'lib/artikcloud/models/task_history.rb', line 37

def self.attribute_map
  {
    :'num_attempts' => :'numAttempts',
    :'error_message' => :'errorMessage',
    :'error_code' => :'errorCode',
    :'did' => :'did',
    :'status' => :'status',
    :'ts' => :'ts'
  }
end