Class GetUsageAndQuotaCommandResponse
Response for GetUsageAndQuota
public sealed class GetUsageAndQuotaCommandResponse : ICommandResponse<GetUsageAndQuotaCommandSettings>, ICommandResponse
- Inheritance
-
GetUsageAndQuotaCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Quota
Gets or sets the quota
[JsonPropertyName("quota")]
public double Quota { get; set; }
Property Value
Usage
Gets or sets the usage
[JsonPropertyName("usage")]
public double Usage { get; set; }
Property Value
UsageBreakdown
Gets or sets the usageBreakdown
[JsonPropertyName("usageBreakdown")]
public UsageForType[] UsageBreakdown { get; set; }