Class AppsCapacityAddAdPlacementV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/v1/capacity/add_ad_placement 接口的请求。
public class AppsCapacityAddAdPlacementV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacityAddAdPlacementV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacityAddAdPlacementV1Request()
public AppsCapacityAddAdPlacementV1Request()
Properties
Name
获取或设置广告位名称。
[JsonPropertyName("ad_placement_name")]
public string Name { get; set; }
Property Value
Type
获取或设置广告位类型。
[JsonPropertyName("ad_placement_type")]
public int Type { get; set; }