Table of Contents

Class AppsCapacityAddAwemeVideoKeywordV1Request

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

表示 [POST] /apps/v1/capacity/add_aweme_video_keyword 接口的请求。

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

Constructors

AppsCapacityAddAwemeVideoKeywordV1Request()

public AppsCapacityAddAwemeVideoKeywordV1Request()

Properties

Keyword

获取或设置关键词。

[JsonPropertyName("keyword")]
public string Keyword { get; set; }

Property Value

string

Reason

获取或设置申请原因。

[JsonPropertyName("reason")]
public string? Reason { get; set; }

Property Value

string