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.



39
40
41
42
43
44
45
46
47
48
49
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 39

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