プロパティ署名 DocumentObject.phoneNumbers
選択したアイテムの電話番号。
署名
[Document.PHONE_NUMBERS]?: Array<{type: string; number: string}>;
詳細
タイプ |
Array<{type: string; number: string}> |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-09 UTC。
[null,null,["最終更新日 2024-11-09 UTC。"],[[["`Document.PHONE_NUMBERS` is an optional field containing an array of phone numbers associated with the selected document."],["Each phone number object within the array includes a `type` specifying the nature of the number and the `number` itself as a string."],["This field can be modified as it is not read-only."]]],["The `PHONE_NUMBERS` field, which is optional, is an array. Each element in the array contains an object with two properties: `type` (string) and `number` (string). This array stores phone numbers associated with a selected item, allowing for multiple phone numbers of varying types to be documented. The field is not readonly.\n"]]