Google_EventReminder
The Google Pagespeed Insights Google EventReminder class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_CalendarService.php
- class Google_EventReminder extends Google_Model {
- public $method;
- public $minutes;
- public function setMethod($method) {
- $this->method = $method;
- }
- public function getMethod() {
- return $this->method;
- }
- public function setMinutes($minutes) {
- $this->minutes = $minutes;
- }
- public function getMinutes() {
- return $this->minutes;
- }
- }