Method: PulpFileClient::FileFileDistribution.openapi_types
- Defined in:
- lib/pulp_file_client/models/file_file_distribution.rb
.openapi_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/pulp_file_client/models/file_file_distribution.rb', line 61 def self.openapi_types { :'base_path' => :'String', :'content_guard' => :'String', :'hidden' => :'Boolean', :'pulp_labels' => :'Hash<String, String>', :'name' => :'String', :'repository' => :'String', :'publication' => :'String', :'checkpoint' => :'Boolean' } end |