Skip to content

Commit 7fb0c30

Browse files
committed
Updated Plus.php
1 parent 328c6c8 commit 7fb0c30

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Google/Service/Plus.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3697,6 +3697,7 @@ class Google_Service_Plus_Place extends Google_Model
36973697
protected $addressType = 'Google_Service_Plus_PlaceAddress';
36983698
protected $addressDataType = '';
36993699
public $displayName;
3700+
public $id;
37003701
public $kind;
37013702
protected $positionType = 'Google_Service_Plus_PlacePosition';
37023703
protected $positionDataType = '';
@@ -3721,6 +3722,16 @@ public function getDisplayName()
37213722
return $this->displayName;
37223723
}
37233724

3725+
public function setId($id)
3726+
{
3727+
$this->id = $id;
3728+
}
3729+
3730+
public function getId()
3731+
{
3732+
return $this->id;
3733+
}
3734+
37243735
public function setKind($kind)
37253736
{
37263737
$this->kind = $kind;

0 commit comments

Comments
 (0)