Method: PulpPythonClient::SetLabelResponse.openapi_types
- Defined in:
- lib/pulp_python_client/models/set_label_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
31 32 33 34 35 36 |
# File 'lib/pulp_python_client/models/set_label_response.rb', line 31 def self.openapi_types { :'key' => :'String', :'value' => :'String' } end |