Method: SwaggerClient::StatisticMap.attribute_map

Defined in:
lib/harbor_swagger_client/models/statistic_map.rb

.attribute_mapObject

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



36
37
38
39
40
41
42
43
44
45
# File 'lib/harbor_swagger_client/models/statistic_map.rb', line 36

def self.attribute_map
  {
    :'private_project_count' => :'private_project_count',
    :'private_repo_count' => :'private_repo_count',
    :'public_project_count' => :'public_project_count',
    :'public_repo_count' => :'public_repo_count',
    :'total_project_count' => :'total_project_count',
    :'total_repo_count' => :'total_repo_count'
  }
end