Variable interface
變數的定義。
- Extends
屬性
creation |
取得或設定建立時間。 |
description | 取得或設定描述。 |
is |
取得或設定變數的加密旗標。 |
last |
取得或設定上次修改的時間。 |
value | 取得或設定變數的值。 |
繼承的屬性
id | 資源的完整資源標識碼 注意:此屬性將不會串行化。它只能由伺服器填入。 |
name | 資源的名稱 注意:此屬性將不會串行化。它只能由伺服器填入。 |
type | 資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
creationTime
取得或設定建立時間。
creationTime?: Date
屬性值
Date
description
取得或設定描述。
description?: string
屬性值
string
isEncrypted
取得或設定變數的加密旗標。
isEncrypted?: boolean
屬性值
boolean
lastModifiedTime
取得或設定上次修改的時間。
lastModifiedTime?: Date
屬性值
Date
value
取得或設定變數的值。
value?: string
屬性值
string