Method: Harbor2Client::ProjectSummaryQuota.swagger_types

Defined in:
lib/harbor2_client/models/project_summary_quota.rb

.swagger_typesObject

Attribute type mapping.



32
33
34
35
36
37
# File 'lib/harbor2_client/models/project_summary_quota.rb', line 32

def self.swagger_types
  {
    :'hard' => :'ResourceList',
    :'used' => :'ResourceList'
  }
end