Method: PulpcoreClient::FilesystemExporterResponse.openapi_types

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

.openapi_typesObject

Attribute type mapping.



80
81
82
83
84
85
86
87
88
89
90
# File 'lib/pulpcore_client/models/filesystem_exporter_response.rb', line 80

def self.openapi_types
  {
    :'pulp_href' => :'String',
    :'prn' => :'String',
    :'pulp_created' => :'Time',
    :'pulp_last_updated' => :'Time',
    :'name' => :'String',
    :'path' => :'String',
    :'method' => :'MethodEnum'
  }
end