DeploymentProperties interface
API 部署实体属性。
属性
| custom |
为 API 目录实体定义的自定义元数据。 |
| definition |
API 中心范围定义资源 ID。 |
| description | 部署说明。 |
| environment |
API 中心范围内的环境资源 ID。 |
| server | 部署服务器 |
| state | API 部署的状态。 |
| title | API 部署标题 |
属性详细信息
customProperties
为 API 目录实体定义的自定义元数据。
customProperties?: Record<string, unknown>
属性值
Record<string, unknown>
definitionId
API 中心范围定义资源 ID。
definitionId?: string
属性值
string
description
部署说明。
description?: string
属性值
string
environmentId
API 中心范围内的环境资源 ID。
environmentId?: string
属性值
string
server
state
API 部署的状态。
state?: string
属性值
string
title
API 部署标题
title?: string
属性值
string