class V1beta1 extends Resource (View source)

The "v1beta1" collection of methods.

Typical usage is:

 $alertcenterService = new Google\Service\AlertCenter(...);
 $v1beta1 = $alertcenterService->v1beta1;

Methods

getSettings(array $optParams = [])

Returns customer-level settings. (v1beta1.getSettings)

updateSettings(Settings $postBody, array $optParams = [])

Updates the customer-level settings. (v1beta1.updateSettings)

Details

Settings getSettings(array $optParams = [])

Returns customer-level settings. (v1beta1.getSettings)

Parameters

array $optParams

Optional parameters.

Return Value

Settings

Exceptions

Exception

Settings updateSettings(Settings $postBody, array $optParams = [])

Updates the customer-level settings. (v1beta1.updateSettings)

Parameters

Settings $postBody
array $optParams

Optional parameters.

Return Value

Settings

Exceptions

Exception