Table of Contents

Class AppsCapacityQueryAdIncomeV1Request

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [GET] /apps/v1/capacity/query_ad_income 接口的请求。

public class AppsCapacityQueryAdIncomeV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsCapacityQueryAdIncomeV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsCapacityQueryAdIncomeV1Request()

public AppsCapacityQueryAdIncomeV1Request()

Properties

EndDateString

获取或设置结束日期字符串(格式:yyyy-MM-dd)。

[JsonIgnore]
public string EndDateString { get; set; }

Property Value

string

HostName

获取或设置宿主名称。

[JsonIgnore]
public string? HostName { get; set; }

Property Value

string

StartDateString

获取或设置开始日期字符串(格式:yyyy-MM-dd)。

[JsonIgnore]
public string StartDateString { get; set; }

Property Value

string