共用方式為


EnvironmentProperties interface

環境屬性實體。

屬性

customProperties

為 API 目錄實體定義的自訂元數據。

description

環境描述。

kind

環境種類。

onboarding

環境上線資訊

server

環境的伺服器資訊。

title

環境標題。

屬性詳細資料

customProperties

為 API 目錄實體定義的自訂元數據。

customProperties?: Record<string, unknown>

屬性值

Record<string, unknown>

description

環境描述。

description?: string

屬性值

string

kind

環境種類。

kind: string

屬性值

string

onboarding

環境上線資訊

onboarding?: Onboarding

屬性值

server

環境的伺服器資訊。

server?: EnvironmentServer

屬性值

title

環境標題。

title: string

屬性值

string