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

26 lines
856 B
Markdown

# GetMembers200ResponseInner
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | 全局唯一ID | |
|**nodeId** | **String** | 节点ID | |
|**userId** | **String** | 用户ID | |
|**path** | **String** | 所属组织关系路径 | |
|**displayName** | **String** | 显示名 | |
|**username** | **String** | 用户名 | |
|**relationType** | **String** | 关联类型(用于区分多重关联) | [optional] |
|**relationData** | **String** | 关联扩展信息 | [optional] |
|**isDefault** | **String** | 是否默认关系 | [optional] |
|**timeCreated** | **OffsetDateTime** | 创建时间 | |
|**timeModified** | **OffsetDateTime** | 修改时间 | |
|**status** | **String** | 状态 | |
|**treeNode** | [**TreeNode**](TreeNode.md) | | |