Table of Contents

Class ProductCreateBrandRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll

表示 [POST] /products/brand 接口的请求。

public class ProductCreateBrandRequest : TikTokShopLegacyRequest, ICommonRequest
Inheritance
ProductCreateBrandRequest
Implements
ICommonRequest
Inherited Members

Constructors

ProductCreateBrandRequest()

public ProductCreateBrandRequest()

Properties

BrandName

获取或设置品牌名称。

[JsonPropertyName("brand_name")]
public string BrandName { get; set; }

Property Value

string