Method: PulpcoreClient::TaskScheduleResponse.attribute_map

Defined in:
lib/pulpcore_client/models/task_schedule_response.rb

.attribute_mapObject

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



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 46

def self.attribute_map
  {
    :'pulp_href' => :'pulp_href',
    :'prn' => :'prn',
    :'pulp_created' => :'pulp_created',
    :'pulp_last_updated' => :'pulp_last_updated',
    :'name' => :'name',
    :'task_name' => :'task_name',
    :'dispatch_interval' => :'dispatch_interval',
    :'next_dispatch' => :'next_dispatch',
    :'last_task' => :'last_task'
  }
end