Google_TaskLinks
The Google Pagespeed Insights Google TaskLinks class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_TasksService.php
- class Google_TaskLinks extends Google_Model {
- public $type;
- public $link;
- public $description;
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- public function setLink($link) {
- $this->link = $link;
- }
- public function getLink() {
- return $this->link;
- }
- public function setDescription($description) {
- $this->description = $description;
- }
- public function getDescription() {
- return $this->description;
- }
- }