Class Google_Service_Groupssettings_Groups_Resource
The "groups" collection of methods. Typical usage is:
$groupssettingsService = new Google_Service_Groupssettings(...);
$groups = $groupssettingsService->groups;
-
Google_Service_Resource
-
Google_Service_Groupssettings_Groups_Resource
Located at Groupssettings.php
Methods summary
public
Google_Service_Groupssettings_Groups
|
#
get( string $groupUniqueId, array $optParams = array() )
Gets one resource by id. (groups.get)
Gets one resource by id. (groups.get)
Parameters
- $groupUniqueId
- The group's email address.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Groupssettings_Groups
|
#
patch( string $groupUniqueId, Google_Service_Groupssettings_Groups $postBody, array $optParams = array() )
Updates an existing resource. This method supports patch semantics.
(groups.patch)
Updates an existing resource. This method supports patch semantics.
(groups.patch)
Parameters
- $groupUniqueId
- The group's email address.
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Groupssettings_Groups
|
#
update( string $groupUniqueId, Google_Service_Groupssettings_Groups $postBody, array $optParams = array() )
Updates an existing resource. (groups.update)
Updates an existing resource. (groups.update)
Parameters
- $groupUniqueId
- The group's email address.
- $postBody
- $optParams
- Optional parameters.
Returns
|