Table of Contents

Class AppsCapacityQueryCapcutTemplateListV1Response

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

表示 [GET] /apps/v1/capacity/query_capcut_template_list 接口的响应。

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

Constructors

AppsCapacityQueryCapcutTemplateListV1Response()

public AppsCapacityQueryCapcutTemplateListV1Response()

Properties

Data

获取或设置返回数据。

[JsonPropertyName("data")]
public AppsCapacityQueryCapcutTemplateListV1Response.Types.Data Data { get; set; }

Property Value

AppsCapacityQueryCapcutTemplateListV1Response.Types.Data

ErrorCode

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

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

Property Value

long

ErrorMessage

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

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

Property Value

string