We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328c6c8 commit 7fb0c30Copy full SHA for 7fb0c30
src/Google/Service/Plus.php
@@ -3697,6 +3697,7 @@ class Google_Service_Plus_Place extends Google_Model
3697
protected $addressType = 'Google_Service_Plus_PlaceAddress';
3698
protected $addressDataType = '';
3699
public $displayName;
3700
+ public $id;
3701
public $kind;
3702
protected $positionType = 'Google_Service_Plus_PlacePosition';
3703
protected $positionDataType = '';
@@ -3721,6 +3722,16 @@ public function getDisplayName()
3721
3722
return $this->displayName;
3723
}
3724
3725
+ public function setId($id)
3726
+ {
3727
+ $this->id = $id;
3728
+ }
3729
+
3730
+ public function getId()
3731
3732
+ return $this->id;
3733
3734
3735
public function setKind($kind)
3736
{
3737
$this->kind = $kind;
0 commit comments