TaskAttribute

Descreve um atributo de tarefa como um par de chave-valor. "key:value" não pode ter mais de 256 caracteres.

Representação 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.
}
Campos
key

string

A chave do atributo. As chaves não podem conter dois-pontos (:).

Campo de união task_attribute_value. O valor do atributo pode ser string, booleano ou duplo. Se nenhum valor for definido, o TaskAttribute string_value será armazenado como a string vazia "". task_attribute_value só pode ser de um dos tipos a seguir:
stringValue

string

Valor do atributo tipado de string.

boolValue

boolean

Valor do atributo tipado booleano.

numberValue

number

Valor de atributo com dois tipos.