REST Resource: resources.features
Resource: Feature
Public API: Resources.features
JSON representation |
{
"name": string,
"kind": string,
"etags": string
} |
Fields |
name |
string
The name of the feature.
|
kind |
string
Kind of resource this is.
|
etags |
string
ETag of the resource.
|
Methods |
|
Deletes a feature. |
|
Retrieves a feature. |
|
Inserts a feature. |
|
Retrieves a list of features for an account. |
|
Patches a feature. |
|
Renames a feature. |
|
Updates a feature. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["The Features resource represents a specific feature within a Google Workspace account, identified by its name, kind, and ETag."],["You can manage Features using a comprehensive set of methods, including creating, retrieving, updating, deleting, patching, and renaming them."],["The `list` method allows retrieval of all features associated with an account."]]],["The resource `resources.features` represents a feature with properties: `name`, `kind`, and `etags` (all strings). It supports actions to `delete`, `get`, `insert`, `list`, `patch`, `rename`, and `update` features. `List` operation can retrieve the list of features for the given account. The feature's name, resource kind and the resource's ETag can be represented in a JSON format.\n"]]