Method: PulpcoreClient::PatchedPulpExporter.attribute_map

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

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/pulpcore_client/models/patched_pulp_exporter.rb', line 31

def self.attribute_map
  {
    :'name' => :'name',
    :'path' => :'path',
    :'repositories' => :'repositories',
    :'last_export' => :'last_export'
  }
end