คำตอบแบบ Enum
Response
เป็นประเภทแจกแจงที่ใช้เพื่ออธิบายช่องของ
ResponseObject
ลายเซ็น
export enum Response
สมาชิก
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 2024-10-15 UTC"],[[["`Response` is an enumerated type that defines the structure of a `ResponseObject`."],["It includes four members: `ACTION`, `DOCUMENTS`, `PARENTS`, and `VIEW`, each providing specific information within the `ResponseObject`."],["Each member of the `Response` enum has its own detailed documentation accessible through the provided links."]]],["`Response` is an enumerated type defining the fields within a `ResponseObject`. It includes the following members: `ACTION`, `DOCUMENTS`, `PARENTS`, and `VIEW`. These members represent distinct aspects or data points contained within the response, each likely corresponding to a specific data field. Each member is further detailed in separate documentation. The `Response` enumeration is used to categorize different data within the response object.\n"]]