Class AppsCapacityQueryScopeQuotaDetailV1Response.Types.Data.Types.Scope
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryScopeQuotaDetailV1Response.Types.Data.Types.Scope
- Inheritance
-
AppsCapacityQueryScopeQuotaDetailV1Response.Types.Data.Types.Scope
- Inherited Members
Constructors
Scope()
public Scope()
Properties
CanApplyQuota
获取或设置是否可以申请提升额度。
[JsonPropertyName("can_apply_quota")]
[JsonConverter(typeof(NumericalBooleanConverter))]
public bool CanApplyQuota { get; set; }
Property Value
ChargeRemainingQuota
获取或设置剩余付费额度。
[JsonPropertyName("charge_remain")]
public int ChargeRemainingQuota { get; set; }
Property Value
ChargeTotalQuota
获取或设置付费总额度。
[JsonPropertyName("charge_total")]
public int ChargeTotalQuota { get; set; }
Property Value
ChargeUsedQuota
获取或设置已用付费额度。
[JsonPropertyName("charge_used")]
public int ChargeUsedQuota { get; set; }
Property Value
FreeTotalQuota
获取或设置免费总额度。
[JsonPropertyName("free_total")]
public int FreeTotalQuota { get; set; }
Property Value
FreeUsedQuota
获取或设置已用免费额度。
[JsonPropertyName("free_used")]
public int FreeUsedQuota { get; set; }
Property Value
ScopeKey
获取或设置作用域 Key。
[JsonPropertyName("scope")]
public string ScopeKey { get; set; }