Table of Contents

Class AppsTaskBoxQueryTaskVideoDataResponse.Types.Video

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

Constructors

Video()

public Video()

Properties

Author

获取或设置作者名称。

[JsonPropertyName("author")]
public string Author { get; set; }

Property Value

string

ClickCount

获取或设置视频点击量。

[JsonPropertyName("clicks")]
public int ClickCount { get; set; }

Property Value

int

CommentCount

获取或设置视频评论数。

[JsonPropertyName("comments")]
public int CommentCount { get; set; }

Property Value

int

DouyinId

获取或设置作者抖音号。

[JsonPropertyName("douyin_id")]
public string DouyinId { get; set; }

Property Value

string

ExpectedProfit

获取或设置预计收益(单位:元)。

[JsonPropertyName("expected_profit")]
public double ExpectedProfit { get; set; }

Property Value

double

LikeCount

获取或设置视频点赞数。

[JsonPropertyName("likes")]
public int LikeCount { get; set; }

Property Value

int

MicroAppTitle

获取或设置小程序标题。

[JsonPropertyName("micro_app_title")]
public string MicroAppTitle { get; set; }

Property Value

string

PublishTimestamp

获取或设置发布时间戳。

[JsonPropertyName("publish_time")]
public long PublishTimestamp { get; set; }

Property Value

long

ShareCount

获取或设置视频分享数。

[JsonPropertyName("shares")]
public int ShareCount { get; set; }

Property Value

int

TaskId

获取或设置任务 ID。

[JsonPropertyName("task_id")]
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long TaskId { get; set; }

Property Value

long

TaskName

获取或设置任务名称。

[JsonPropertyName("task_name")]
public string TaskName { get; set; }

Property Value

string

VideoId

获取或设置视频 ID。

[JsonPropertyName("video_id")]
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long VideoId { get; set; }

Property Value

long

VideoTitle

获取或设置视频标题。

[JsonPropertyName("video_title")]
public string VideoTitle { get; set; }

Property Value

string

VideoUrl

获取或设置视频 URL。

[JsonPropertyName("VideoLink")]
public string VideoUrl { get; set; }

Property Value

string

ViewCount

获取或设置视频播放量。

[JsonPropertyName("video_views")]
public int ViewCount { get; set; }

Property Value

int