REST Resource: resources.features
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Feature
公用 API:Resources.features
JSON 表示法 |
{
"name": string,
"kind": string,
"etags": string
} |
欄位 |
name |
string
功能名稱。
|
kind |
string
資源的類型。
|
etags |
string
資源的 ETag。
|
方法 |
|
刪除功能。 |
|
擷取功能。 |
|
插入特徵。 |
|
擷取帳戶的功能清單。 |
|
修補功能。 |
|
重新命名地圖項目。 |
|
更新功能。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-24 (世界標準時間)。
[null,null,["上次更新時間:2025-07-24 (世界標準時間)。"],[],[],null,["# REST Resource: resources.features\n\nResource: Feature\n-----------------\n\nPublic API: Resources.features\n\n| JSON representation |\n|-------------------------------------------------------------|\n| ``` { \"name\": string, \"kind\": string, \"etags\": string } ``` |\n\n| Fields ||\n|---------|------------------------------------|\n| `name` | `string` The name of the feature. |\n| `kind` | `string` Kind of resource this is. |\n| `etags` | `string` ETag of the resource. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|----------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/resources.features/delete) | Deletes a feature. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/resources.features/get) | Retrieves a feature. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/resources.features/insert) | Inserts a feature. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/resources.features/list) | Retrieves a list of features for an account. |\n| ### [patch](/workspace/admin/directory/reference/rest/v1/resources.features/patch) | Patches a feature. |\n| ### [rename](/workspace/admin/directory/reference/rest/v1/resources.features/rename) | Renames a feature. |\n| ### [update](/workspace/admin/directory/reference/rest/v1/resources.features/update) | Updates a feature. |"]]