TaskAttribute

タスク属性を Key-Value ペアとして記述します。「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。属性の値には、文字列型、ブール値、倍精度型のいずれかを使用できます。設定されていない場合、TaskAttribute の string_value は空の文字列「"」として格納されます。task_attribute_value には次のいずれか 1 つのみを指定できます。
stringValue

string

文字列型の属性値。

boolValue

boolean

ブール値の型属性値。

numberValue

number

ダブル属性値。