Method: SwaggerClient::StatisticMap.swagger_types
- Defined in:
- lib/harbor_swagger_client/models/statistic_map.rb
.swagger_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 57 |
# File 'lib/harbor_swagger_client/models/statistic_map.rb', line 48 def self.swagger_types { :'private_project_count' => :'Integer', :'private_repo_count' => :'Integer', :'public_project_count' => :'Integer', :'public_repo_count' => :'Integer', :'total_project_count' => :'Integer', :'total_repo_count' => :'Integer' } end |