Class GetUsageAndQuotaCommandResponse
Response for GetUsageAndQuota
public sealed class GetUsageAndQuotaCommandResponse : ICommandResponse<GetUsageAndQuotaCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetUsageAndQuotaCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
OverrideActive
Gets or sets the overrideActive
[JsonPropertyName("overrideActive")]
public bool OverrideActive { get; set; }Property Value
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; }