共用方式為


EnvironmentDefinitionParameter interface

環境定義參數的屬性

屬性

description

參數的描述注意:此屬性不會串行化。 它只能由伺服器填入。

id

參數的唯一標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

name

參數的顯示名稱注意:此屬性不會串行化。 它只能由伺服器填入。

readOnly

此參數是否為唯讀。 如果為 true,則預設值應該有值。 注意:此屬性不會串行化。 它只能由伺服器填入。

required

是否需要此參數注意:此屬性將不會串行化。 它只能由伺服器填入。

type

其中一個基本 JSON 類型的字串 (數位、整數、陣列、物件、布爾值、字串) 注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

description

參數的描述注意:此屬性不會串行化。 它只能由伺服器填入。

description?: string

屬性值

string

id

參數的唯一標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

name

參數的顯示名稱注意:此屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

readOnly

此參數是否為唯讀。 如果為 true,則預設值應該有值。 注意:此屬性不會串行化。 它只能由伺服器填入。

readOnly?: boolean

屬性值

boolean

required

是否需要此參數注意:此屬性將不會串行化。 它只能由伺服器填入。

required?: boolean

屬性值

boolean

type

其中一個基本 JSON 類型的字串 (數位、整數、陣列、物件、布爾值、字串) 注意:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string