Method: CloudsmithApi::RepositoryEcdsaKey.attribute_map
- Defined in:
- lib/cloudsmith-api/models/repository_ecdsa_key.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/cloudsmith-api/models/repository_ecdsa_key.rb', line 37 def self.attribute_map { :'active' => :'active', :'created_at' => :'created_at', :'default' => :'default', :'fingerprint' => :'fingerprint', :'fingerprint_short' => :'fingerprint_short', :'public_key' => :'public_key', :'ssh_fingerprint' => :'ssh_fingerprint' } end |