Method: Harbor2Client::ProjectSummary.swagger_types
- Defined in:
- lib/harbor2_client/models/project_summary.rb
.swagger_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/harbor2_client/models/project_summary.rb', line 58 def self.swagger_types { :'repo_count' => :'Integer', :'chart_count' => :'Integer', :'project_admin_count' => :'Integer', :'maintainer_count' => :'Integer', :'developer_count' => :'Integer', :'guest_count' => :'Integer', :'limited_guest_count' => :'Integer', :'quota' => :'ProjectSummaryQuota', :'registry' => :'Registry' } end |