idmesh-api-sdk-java/docs/GetPrivileges200Response.md

18 lines
581 B
Markdown
Raw Normal View History

// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/model_doc.mustache
2023-12-27 20:14:28 +08:00
// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/pojo_doc.mustache
2023-12-27 20:14:28 +08:00
# GetPrivileges200Response
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**totalNum** | **BigDecimal** | 数据总数 | [optional] |
|**currentPage** | **BigDecimal** | 当前页数(废弃) | [optional] |
|**data** | [**List<Privilege>**](Privilege.md) | 数据列表 | [optional] |