Google_NotificationConfig
The Google Books Importer Google NotificationConfig class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_MirrorService.php
- class Google_NotificationConfig extends Google_Model {
- public $deliveryTime;
- public $level;
- public function setDeliveryTime( $deliveryTime) {
- $this->deliveryTime = $deliveryTime;
- }
- public function getDeliveryTime() {
- return $this->deliveryTime;
- }
- public function setLevel( $level) {
- $this->level = $level;
- }
- public function getLevel() {
- return $this->level;
- }
- }