属性签名 DocumentObject.phoneNumbers
所选内容的电话号码。
签名
[Document.PHONE_NUMBERS]?: Array<{type: string; number: string}>;
详细信息
类型 |
Array<{type: string; number: string}> |
可选 |
是 |
只读 |
否 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["`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"]]