Table of Contents

Class TagsTextAntiDirtV2Request

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

表示 [POST] /v2/tags/text/antidirt 接口的请求。

public class TagsTextAntiDirtV2Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
TagsTextAntiDirtV2Request
Implements
ICommonRequest
Inherited Members

Constructors

TagsTextAntiDirtV2Request()

public TagsTextAntiDirtV2Request()

Properties

TaskList

获取或设置检测任务列表。

[JsonPropertyName("tasks")]
public IList<TagsTextAntiDirtV2Request.Types.Task> TaskList { get; set; }

Property Value

IList<TagsTextAntiDirtV2Request.Types.Task>