Method: Harbor2Client::ScannerRegistrationSettings.swagger_types
- Defined in:
- lib/harbor2_client/models/scanner_registration_settings.rb
.swagger_types ⇒ Object
Attribute type mapping.
40 41 42 43 44 45 46 47 |
# File 'lib/harbor2_client/models/scanner_registration_settings.rb', line 40 def self.swagger_types { :'name' => :'String', :'url' => :'String', :'auth' => :'String', :'access_credential' => :'String' } end |