VariableGroup interface
變數群組是相關變數的集合。
屬性
| created |
取得或設定建立變數群組的身分識別。 |
| created |
取得或設定建立變數群組的時間。 |
| description | 取得或設定變數群組的描述。 |
| id | 取得或設定變數群組的標識碼。 |
| is |
指出變數群組是否與其他項目共用。 |
| modified |
取得或設定修改變量群組的身分識別。 |
| modified |
取得或設定修改變量群組的時間 |
| name | 取得或設定變數群組的名稱。 |
| provider |
取得或設定提供者數據。 |
| type | 取得或設定變數群組的類型。 |
| variable |
變數群組與其他項目共用的所有項目參考。 |
| variables | 取得或設定變數群組中包含的變數。 |
屬性詳細資料
createdBy
createdOn
取得或設定建立變數群組的時間。
createdOn: Date
屬性值
Date
description
取得或設定變數群組的描述。
description: string
屬性值
string
id
取得或設定變數群組的標識碼。
id: number
屬性值
number
isShared
指出變數群組是否與其他項目共用。
isShared: boolean
屬性值
boolean
modifiedBy
modifiedOn
取得或設定修改變量群組的時間
modifiedOn: Date
屬性值
Date
name
取得或設定變數群組的名稱。
name: string
屬性值
string
providerData
type
取得或設定變數群組的類型。
type: string
屬性值
string
variableGroupProjectReferences
變數群組與其他項目共用的所有項目參考。
variableGroupProjectReferences: VariableGroupProjectReference[]