TaskAttribute

將工作屬性描述為鍵/值組合。「key:value」字串長度不可超過 256 個字元。

JSON 表示法
{
  "key": string,

  // Union field task_attribute_value can be only one of the following:
  "stringValue": string,
  "boolValue": boolean,
  "numberValue": number
  // End of list of possible types for union field task_attribute_value.
}
欄位
key

string

屬性的鍵。鍵不得包含冒號 (:)。

聯集欄位 task_attribute_value。屬性值可以是字串、bool 或雙精度類型。如果未設定,系統會將 TaskAttribute string_value 儲存為空字串「"」。task_attribute_value 只能採用下列其中一種設定:
stringValue

string

字串類型的屬性值。

boolValue

boolean

布林值類型的屬性值。

numberValue

number

雙重輸入屬性值。