CustomColumnHeader
JSON 表示法 |
{
"id": string,
"name": string,
"referencesMetrics": boolean
} |
字段 |
id |
string (int64 format)
自定义列 ID。
|
name |
string
自定义列的用户指定名称。
|
referencesMetrics |
boolean
如果自定义列引用指标,则为 true。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["Custom columns are represented using JSON with fields for ID, name, and whether they reference metrics."],["The ID field is a string formatted as an int64, while the name is a user-defined string."],["`referencesMetrics` is a boolean indicating if the column uses metrics."]]],[]]