Method: Harbor1Client::PutRegistry.attribute_map

Defined in:
lib/harbor1_client/models/put_registry.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



39
40
41
42
43
44
45
46
47
48
49
# File 'lib/harbor1_client/models/put_registry.rb', line 39

def self.attribute_map
  {
    :'name' => :'name',
    :'description' => :'description',
    :'url' => :'url',
    :'credential_type' => :'credential_type',
    :'access_key' => :'access_key',
    :'access_secret' => :'access_secret',
    :'insecure' => :'insecure'
  }
end