Method: Harbor1Client::PutRegistry.swagger_types
- Defined in:
- lib/harbor1_client/models/put_registry.rb
.swagger_types ⇒ Object
Attribute type mapping.
52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/harbor1_client/models/put_registry.rb', line 52 def self.swagger_types { :'name' => :'String', :'description' => :'String', :'url' => :'String', :'credential_type' => :'String', :'access_key' => :'String', :'access_secret' => :'String', :'insecure' => :'BOOLEAN' } end |