Google_FreeBusyRequestItem
The Google Pagespeed Insights Google FreeBusyRequestItem class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_CalendarService.php
- class Google_FreeBusyRequestItem extends Google_Model {
- public $id;
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- }