Describes a task attribute as a key-value pair. The "key:value" string length cannot exceed 256 characters.
JSON representation |
---|
{ "key": string, // Union field |
Fields | |
---|---|
key |
The attribute's key. Keys may not contain the colon character (:). |
Union field task_attribute_value . The attribute's value, can be in string, bool, or double type. If none are set the TaskAttribute string_value will be stored as the empty string "". task_attribute_value can be only one of the following: |
|
string |
String typed attribute value. |
bool |
Boolean typed attribute value. |
number |
Double typed attribute value. |