Method: Forgejo::QuotaInfo.openapi_types

Defined in:
lib/forgejo/models/quota_info.rb

.openapi_typesObject

Attribute type mapping.



43
44
45
46
47
48
# File 'lib/forgejo/models/quota_info.rb', line 43

def self.openapi_types
  {
    :'groups' => :'Array<QuotaGroup>',
    :'used' => :'QuotaUsed'
  }
end