Skip to content

Commit 352daf6

Browse files
committed
Updated PlusDomains.php
1 parent 0450aec commit 352daf6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/Google/Service/PlusDomains.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,6 +2003,7 @@ class Google_Service_PlusDomains_ActivityObjectStatusForViewer extends Google_Mo
20032003
{
20042004
public $canComment;
20052005
public $canPlusone;
2006+
public $canUpdate;
20062007
public $isPlusOned;
20072008
public $resharingDisabled;
20082009

@@ -2026,6 +2027,16 @@ public function getCanPlusone()
20262027
return $this->canPlusone;
20272028
}
20282029

2030+
public function setCanUpdate($canUpdate)
2031+
{
2032+
$this->canUpdate = $canUpdate;
2033+
}
2034+
2035+
public function getCanUpdate()
2036+
{
2037+
return $this->canUpdate;
2038+
}
2039+
20292040
public function setIsPlusOned($isPlusOned)
20302041
{
20312042
$this->isPlusOned = $isPlusOned;

0 commit comments

Comments
 (0)