Skip to content
Snippets Groups Projects
Commit de9424e4 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix

parent 7175981b
No related branches found
No related tags found
1 merge request!167Update: Removed Size property from resource type information object
using System;
using System.Collections.Generic;
namespace Coscine.Database.ReturnObjects;
......@@ -31,4 +32,9 @@ public class ProjectQuotaReturnObject
/// How much maximum space is possible to be taken by resources [GiB] (See Database, Table 'ProjectQuotas', Column 'MaxQuota').
/// </summary>
public QuotaDimObject Maximum { get; set; }
/// <summary>
/// Resources quota for all individual resources of a resource type in a selected project.
/// </summary>
public IEnumerable<ResourceQuotaReturnObject> ResourcesQuota { get; set; }
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment