Class ProductGetBrandListRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [GET] /products/brands 接口的请求。
public class ProductGetBrandListRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
ProductGetBrandListRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
ProductGetBrandListRequest()
public ProductGetBrandListRequest()
Properties
BrandSuggest
获取或设置品牌搜索建议。
[JsonIgnore]
public string? BrandSuggest { get; set; }
Property Value
CategoryId
获取或设置分类 ID。
[JsonIgnore]
public string? CategoryId { get; set; }
Property Value
IsOnlyAuthorized
获取或设置是否仅返回已授权品牌。
[JsonIgnore]
public bool? IsOnlyAuthorized { get; set; }
Property Value
- bool?
PageNumber
获取或设置分页页数。
默认值:1
[JsonIgnore]
public int PageNumber { get; set; }
Property Value
PageSize
获取或设置分页每页数量。
默认值:10
[JsonIgnore]
public int PageSize { get; set; }