Table of Contents

Class AppsUrlLinkQueryQuotaResponse.Types.UrlLinkQuota

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsUrlLinkQueryQuotaResponse.Types.UrlLinkQuota
Inheritance
AppsUrlLinkQueryQuotaResponse.Types.UrlLinkQuota
Inherited Members

Constructors

UrlLinkQuota()

public UrlLinkQuota()

Properties

LimitCount

获取或设置次数上限。

[JsonPropertyName("url_link_limit")]
public int LimitCount { get; set; }

Property Value

int

UsedCount

获取或设置已生成次数。

[JsonPropertyName("url_link_used")]
public int UsedCount { get; set; }

Property Value

int