Table of Contents

Class AppsTaskBoxQueryTaskVideoDataResponse

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

表示 [POST] /apps/taskbox/query_task_video_data 接口的响应。

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

Constructors

AppsTaskBoxQueryTaskVideoDataResponse()

public AppsTaskBoxQueryTaskVideoDataResponse()

Properties

ErrorCode

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

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

Property Value

long

ErrorMessage

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

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

Property Value

string

VideoList

获取或设置视频列表。

[JsonPropertyName("data")]
public AppsTaskBoxQueryTaskVideoDataResponse.Types.Video[] VideoList { get; set; }

Property Value

Video[]