共用方式為


ExperimentUpdateModel interface

定義實驗的可修改屬性

屬性

description

實驗意圖或詳細資料的描述

enabledState

實驗的狀態

tags

資源標籤。

屬性詳細資料

description

實驗意圖或詳細資料的描述

description?: string

屬性值

string

enabledState

實驗的狀態

enabledState?: string

屬性值

string

tags

資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}