Enum ColumnType
列の型DataTable
の列に有効なデータ型の列挙型。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
Charts.ColumnType.DATE
です。
プロパティ
プロパティ | タイプ | 説明 |
DATE | Enum | 日付値に対応します。 |
NUMBER | Enum | 数値に対応します。 |
STRING | Enum | 文字列値に対応します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["`UpdateDraftActionResponse` allows you to programmatically modify email drafts, such as adding recipients, subject lines, and content."],["It supports inserting various types of content including plain text, HTML, and immutable HTML (non-editable)."],["You can specify where the content should be inserted within the draft using `UpdateDraftBodyType`."],["`UpdateDraftActionResponse` includes a `printJson()` method for debugging purposes."],["It provides specific actions for updating recipients (To, CC, BCC) and the email subject."]]],["The `ColumnType` enumeration defines valid data types for `DataTable` columns. It includes three properties: `DATE`, representing date values; `NUMBER`, representing numerical values; and `STRING`, representing string values. To use a specific type, reference it through `Charts.ColumnType`, followed by the desired property name (e.g., `Charts.ColumnType.DATE`). These are the only types allowed in the table.\n"]]