속성 서명 DocumentObject.phoneNumbers
선택한 항목의 전화번호입니다.
서명
[Document.PHONE_NUMBERS]?: Array<{type: string; number: string}>;
세부정보
유형 |
Array<{type: string; number: string}> |
선택사항 |
예 |
읽기 전용 |
아니요 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]