Method: PulpcoreClient::MinimalTaskResponse.openapi_types

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

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
58
59
60
61
62
# File 'lib/pulpcore_client/models/minimal_task_response.rb', line 52

def self.openapi_types
  {
    :'pulp_href' => :'String',
    :'pulp_created' => :'DateTime',
    :'name' => :'String',
    :'state' => :'String',
    :'started_at' => :'DateTime',
    :'finished_at' => :'DateTime',
    :'worker' => :'String'
  }
end