Representation of a label and label fields.
JSON representation |
---|
{
"id": string,
"revisionId": string,
"kind": string,
"fields": {
string: {
object ( |
Fields | |
---|---|
id |
The ID of the label. |
revisionId |
The revision ID of the label. |
kind |
This is always |
fields |
A map of the fields on the label, keyed by the field's ID. An object containing a list of |
Field
Representation of field, which is a typed key-value pair.
JSON representation |
---|
{
"kind": string,
"id": string,
"valueType": string,
"dateString": [
string
],
"integer": [
string
],
"selection": [
string
],
"text": [
string
],
"user": [
{
object ( |
Fields | |
---|---|
kind |
This is always |
id |
The identifier of this label field. |
valueType |
The field type. While new values may be supported in the future, the following are currently allowed:
|
dateString[] |
Only present if |
integer[] |
Only present if |
selection[] |
Only present if |
text[] |
Only present if |
user[] |
Only present if |