Method: PulpContainerClient::ContainerRepositorySyncURL.openapi_types
- Defined in:
- lib/pulp_container_client/models/container_repository_sync_url.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 |
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 43 def self.openapi_types { :'remote' => :'String', :'mirror' => :'Boolean', :'signed_only' => :'Boolean' } end |