Table of Contents

Class AppsCapacityQueryAwemeVideoKeywordListV1Response.Types.Data

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

Constructors

Data()

public Data()

Properties

KeywordList

获取或设置关键词列表。

[JsonPropertyName("keyword_list")]
public AppsCapacityQueryAwemeVideoKeywordListV1Response.Types.Data.Types.Keyword[] KeywordList { get; set; }

Property Value

Keyword[]

TotalCount

获取或设置总数量。

[JsonPropertyName("total_count")]
public int TotalCount { get; set; }

Property Value

int