Table of Contents

Class AppsCapacityQueryApplyStatusV1Response.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryApplyStatusV1Response.Types.Data
Inheritance
AppsCapacityQueryApplyStatusV1Response.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

RejectReason

获取或设置审核拒绝原因。

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

Property Value

string

Status

获取或设置能力状态。

[JsonPropertyName("status")]
public int Status { get; set; }

Property Value

int