Table of Contents

Class AppsUrlLinkQueryQuotaResponse

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/url_link/query_quota 接口的响应。

public class AppsUrlLinkQueryQuotaResponse : ByteDanceMicroAppResponse, ICommonResponse
Inheritance
AppsUrlLinkQueryQuotaResponse
Implements
ICommonResponse
Inherited Members

Constructors

AppsUrlLinkQueryQuotaResponse()

public AppsUrlLinkQueryQuotaResponse()

Properties

ErrorCode

获取字节小程序 API 返回的详细错误号。

[JsonPropertyName("err_no")]
public override long ErrorCode { get; set; }

Property Value

long

ErrorMessage

获取字节小程序 API 返回的错误描述。

[JsonPropertyName("err_tips")]
public override string? ErrorMessage { get; set; }

Property Value

string

UrlLinkQuota

获取或设置分享配额息。

[JsonPropertyName("url_link_quota")]
public AppsUrlLinkQueryQuotaResponse.Types.UrlLinkQuota UrlLinkQuota { get; set; }

Property Value

AppsUrlLinkQueryQuotaResponse.Types.UrlLinkQuota