Method: Harbor1Client::ProjectSummary.swagger_types
- Defined in:
- lib/harbor1_client/models/project_summary.rb
.swagger_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/harbor1_client/models/project_summary.rb', line 51 def self.swagger_types { :'repo_count' => :'Integer', :'chart_count' => :'Integer', :'project_admin_count' => :'Integer', :'master_count' => :'Integer', :'developer_count' => :'Integer', :'guest_count' => :'Integer', :'quota' => :'ProjectSummaryQuota' } end |