Method: PulpOstreeClient::PatchedostreeOstreeRepository.openapi_types
- Defined in:
- lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb
.openapi_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb', line 53 def self.openapi_types { :'pulp_labels' => :'Hash<String, String>', :'name' => :'String', :'description' => :'String', :'retain_repo_versions' => :'Integer', :'remote' => :'String', :'compute_delta' => :'Boolean' } end |