Table of Contents

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

bool

ChargeRemainingQuota

获取或设置剩余付费额度。

[JsonPropertyName("charge_remain")]
public int ChargeRemainingQuota { get; set; }

Property Value

int

ChargeTotalQuota

获取或设置付费总额度。

[JsonPropertyName("charge_total")]
public int ChargeTotalQuota { get; set; }

Property Value

int

ChargeUsedQuota

获取或设置已用付费额度。

[JsonPropertyName("charge_used")]
public int ChargeUsedQuota { get; set; }

Property Value

int

FreeTotalQuota

获取或设置免费总额度。

[JsonPropertyName("free_total")]
public int FreeTotalQuota { get; set; }

Property Value

int

FreeUsedQuota

获取或设置已用免费额度。

[JsonPropertyName("free_used")]
public int FreeUsedQuota { get; set; }

Property Value

int

ScopeKey

获取或设置作用域 Key。

[JsonPropertyName("scope")]
public string ScopeKey { get; set; }

Property Value

string