Table of Contents

Class AppsCapacityApplyScopeQuotaV1Request

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

表示 [POST] /apps/v1/capacity/apply_scope_quota 接口的请求。

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

Constructors

AppsCapacityApplyScopeQuotaV1Request()

public AppsCapacityApplyScopeQuotaV1Request()

Properties

ApplyQuota

获取或设置申请的额度。

[JsonPropertyName("apply_quota")]
public int ApplyQuota { get; set; }

Property Value

int

ApplyReasonType

获取或设置申请原因类型。

[JsonPropertyName("apply_reason_type")]
public int ApplyReasonType { get; set; }

Property Value

int

Contact

获取或设置联系方式。

[JsonPropertyName("contact_info")]
public string? Contact { get; set; }

Property Value

string

EndDateString

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

[JsonPropertyName("end_date")]
public string EndDateString { get; set; }

Property Value

string

PermissionKey

获取或设置权限 Key。

[JsonPropertyName("permission_key")]
public string PermissionKey { get; set; }

Property Value

string

Reason

获取或设置申请原因。

[JsonPropertyName("reason")]
public string? Reason { get; set; }

Property Value

string

ScopeKey

获取或设置作用域 Key。

[JsonPropertyName("scope")]
public string ScopeKey { get; set; }

Property Value

string

StartDateString

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

[JsonPropertyName("start_date")]
public string StartDateString { get; set; }

Property Value

string