Method: PulpcoreClient::FilesystemExportResponse.attribute_map

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

.attribute_mapObject

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



33
34
35
36
37
38
39
40
41
# File 'lib/pulpcore_client/models/filesystem_export_response.rb', line 33

def self.attribute_map
  {
    :'pulp_href' => :'pulp_href',
    :'pulp_created' => :'pulp_created',
    :'task' => :'task',
    :'exported_resources' => :'exported_resources',
    :'params' => :'params'
  }
end