Method: Harbor2Client::RegistryInfo.attribute_map

Defined in:
lib/harbor2_client/models/registry_info.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/harbor2_client/models/registry_info.rb', line 31

def self.attribute_map
  {
    :'type' => :'type',
    :'description' => :'description',
    :'supported_resource_filters' => :'supported_resource_filters',
    :'supported_triggers' => :'supported_triggers'
  }
end