Class AppsTaskBoxQueryTaskVideoDataRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/taskbox/query_task_video_data 接口的请求。
public class AppsTaskBoxQueryTaskVideoDataRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsTaskBoxQueryTaskVideoDataRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsTaskBoxQueryTaskVideoDataRequest()
public AppsTaskBoxQueryTaskVideoDataRequest()
Properties
AccessToken
获取或设置字节小程序的 AccessToken。
注意:部分第三方平台的接口中该字段表示授权方的 AuthorizerAccessToken。
[JsonPropertyName("access_token")]
public override string? AccessToken { get; set; }
Property Value
AppId
获取或设置小程序的 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonPropertyName("appid")]
public string? AppId { get; set; }
Property Value
EndPublishTimestamp
获取或设置视频发布时间终止时间戳。
[JsonPropertyName("video_publish_end_time")]
public long EndPublishTimestamp { get; set; }
Property Value
StartPublishTimestamp
获取或设置视频发布时间起始时间戳。
[JsonPropertyName("video_publish_start_time")]
public long StartPublishTimestamp { get; set; }
Property Value
TaskIdList
获取或设置任务 ID 列表。
[JsonPropertyName("task_ids")]
public IList<long> TaskIdList { get; set; }