Class AppsCapacitySetSearchTagV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/v1/capacity/set_search_tag 接口的请求。
public class AppsCapacitySetSearchTagV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacitySetSearchTagV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacitySetSearchTagV1Request()
public AppsCapacitySetSearchTagV1Request()
Properties
AddedTagList
获取或设置新增的搜索标签列表。
[JsonPropertyName("add_tag_list")]
public IList<string>? AddedTagList { get; set; }
Property Value
DeletedTagList
获取或设置删除的搜索标签列表。
[JsonPropertyName("delete_tag_list")]
public IList<string>? DeletedTagList { get; set; }
Property Value
ModifiedTagList
获取或设置修改的搜索标签列表。
[JsonPropertyName("modify_tag_list")]
public IList<AppsCapacitySetSearchTagV1Request.Types.ModifiedTag>? ModifiedTagList { get; set; }