Column
Definiert eine Tabellenspalte.
JSON-Darstellung |
{
"columnId": string,
"columnType": {
object (FieldType )
}
} |
Felder |
columnId |
string
Spaltenkennung.
|
columnType |
object (FieldType )
Spaltentyp.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-09-27 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-09-27 (UTC)."],[[["Defines the structure for representing a table column using JSON."],["Includes `columnId` to identify the column and `columnType` to specify its data type using the FieldType object."],["The provided JSON schema is used for defining columns within tables."]]],[]]