ResourcesFeatures
class ResourcesFeatures extends Resource (View source)
The "features" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$features = $adminService->resources_features;
Methods
delete(string $customer, string $featureKey, array $optParams = [])
Deletes a feature. (features.delete)
get(string $customer, string $featureKey, array $optParams = [])
Retrieves a feature. (features.get)
listResourcesFeatures(string $customer, array $optParams = [])
Retrieves a list of features for an account. (features.listResourcesFeatures)
rename(string $customer, string $oldName, FeatureRename $postBody, array $optParams = [])
Renames a feature. (features.rename)
Details
delete(string $customer, string $featureKey, array $optParams = [])
Deletes a feature. (features.delete)
Feature
get(string $customer, string $featureKey, array $optParams = [])
Retrieves a feature. (features.get)
Feature
insert(string $customer, Feature $postBody, array $optParams = [])
Inserts a feature. (features.insert)
Features
listResourcesFeatures(string $customer, array $optParams = [])
Retrieves a list of features for an account. (features.listResourcesFeatures)
Feature
patch(string $customer, string $featureKey, Feature $postBody, array $optParams = [])
Patches a feature. (features.patch)
rename(string $customer, string $oldName, FeatureRename $postBody, array $optParams = [])
Renames a feature. (features.rename)