UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.ApiParts.Api.QuotaInfo< T > Struct Template Reference

Contains the total storage quota and quota usage for a user. More...

Public Member Functions

void Deconstruct (out T totalQuota, out T usedQuota)
 Deconstructs the QuotaInfo<T> into TotalQuota and UsedQuota. More...
 

Properties

TotalQuota [get]
 The total storage quota. More...
 
UsedQuota [get]
 The amount of quota currently used. More...
 

Detailed Description

Contains the total storage quota and quota usage for a user.

Type Constraints
T :struct 

Member Function Documentation

◆ Deconstruct()

void UVACanvasAccess.ApiParts.Api.QuotaInfo< T >.Deconstruct ( out T  totalQuota,
out T  usedQuota 
)
inline

Deconstructs the QuotaInfo<T> into TotalQuota and UsedQuota.

Parameters
totalQuotaThe total storage quota.
usedQuotaThe amount of quota currently used.

Property Documentation

◆ TotalQuota

The total storage quota.

◆ UsedQuota

The amount of quota currently used.


The documentation for this struct was generated from the following file: