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
ClickCount
获取或设置视频点击量。
[JsonPropertyName("clicks")]
public int ClickCount { get; set; }
Property Value
CommentCount
获取或设置视频评论数。
[JsonPropertyName("comments")]
public int CommentCount { get; set; }
Property Value
DouyinId
获取或设置作者抖音号。
[JsonPropertyName("douyin_id")]
public string DouyinId { get; set; }
Property Value
ExpectedProfit
获取或设置预计收益(单位:元)。
[JsonPropertyName("expected_profit")]
public double ExpectedProfit { get; set; }
Property Value
LikeCount
获取或设置视频点赞数。
[JsonPropertyName("likes")]
public int LikeCount { get; set; }
Property Value
MicroAppTitle
获取或设置小程序标题。
[JsonPropertyName("micro_app_title")]
public string MicroAppTitle { get; set; }
Property Value
PublishTimestamp
获取或设置发布时间戳。
[JsonPropertyName("publish_time")]
public long PublishTimestamp { get; set; }
Property Value
ShareCount
获取或设置视频分享数。
[JsonPropertyName("shares")]
public int ShareCount { get; set; }
Property Value
TaskId
获取或设置任务 ID。
[JsonPropertyName("task_id")]
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long TaskId { get; set; }
Property Value
TaskName
获取或设置任务名称。
[JsonPropertyName("task_name")]
public string TaskName { get; set; }
Property Value
VideoId
获取或设置视频 ID。
[JsonPropertyName("video_id")]
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long VideoId { get; set; }
Property Value
VideoTitle
获取或设置视频标题。
[JsonPropertyName("video_title")]
public string VideoTitle { get; set; }
Property Value
VideoUrl
获取或设置视频 URL。
[JsonPropertyName("VideoLink")]
public string VideoUrl { get; set; }
Property Value
ViewCount
获取或设置视频播放量。
[JsonPropertyName("video_views")]
public int ViewCount { get; set; }