Method: Harbor2Client::ProjectSummary.attribute_map
- Defined in:
- lib/harbor2_client/models/project_summary.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/harbor2_client/models/project_summary.rb', line 43 def self.attribute_map { :'repo_count' => :'repo_count', :'chart_count' => :'chart_count', :'project_admin_count' => :'project_admin_count', :'maintainer_count' => :'maintainer_count', :'developer_count' => :'developer_count', :'guest_count' => :'guest_count', :'limited_guest_count' => :'limited_guest_count', :'quota' => :'quota', :'registry' => :'registry' } end |