REST Resource: resources.features
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:Feature
公共 API:Resources.features
JSON 表示法 |
{
"name": string,
"kind": string,
"etags": string
} |
字段 |
name |
string
相应地图项的名称。
|
kind |
string
资源的类型。
|
etags |
string
资源的 ETag。
|
方法 |
|
删除地图项。 |
|
检索地图项。 |
|
插入地图项。 |
|
检索账号的功能列表。 |
|
修补地图项。 |
|
重命名地图项。 |
|
更新地图项。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-24。
[null,null,["最后更新时间 (UTC):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. |"]]