Table of Contents

Class AppsCapacityApplyCapacityV1Request

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

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

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

Constructors

AppsCapacityApplyCapacityV1Request()

public AppsCapacityApplyCapacityV1Request()

Properties

ApplyReason

获取或设置申请原因。

[JsonPropertyName("apply_reason")]
public string ApplyReason { get; set; }

Property Value

string

CapacityKey

获取或设置挂载能力标识。

[JsonPropertyName("capacity_key")]
public string CapacityKey { get; set; }

Property Value

string