Google_ZoneMaintenanceWindows
The Google Pagespeed Insights Google ZoneMaintenanceWindows class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ComputeService.php
- class Google_ZoneMaintenanceWindows extends Google_Model {
- public $beginTime;
- public $description;
- public $endTime;
- public $name;
- public function setBeginTime($beginTime) {
- $this->beginTime = $beginTime;
- }
- public function getBeginTime() {
- return $this->beginTime;
- }
- public function setDescription($description) {
- $this->description = $description;
- }
- public function getDescription() {
- return $this->description;
- }
- public function setEndTime($endTime) {
- $this->endTime = $endTime;
- }
- public function getEndTime() {
- return $this->endTime;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- }