Table of Contents

Class AppsCapacityQueryAwemePermissionListV1Response.Types.Data.Types.Capacity

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

Constructors

Capacity()

public Capacity()

Properties

PermissionCategory

获取或设置权限类别。

[JsonPropertyName("permission_category")]
public string PermissionCategory { get; set; }

Property Value

string

PermissionList

获取或设置权限列表。

[JsonPropertyName("permission_list")]
public AppsCapacityQueryAwemePermissionListV1Response.Types.Data.Types.Capacity.Types.Permission[] PermissionList { get; set; }

Property Value

Permission[]