We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0450aec commit 352daf6Copy full SHA for 352daf6
1 file changed
src/Google/Service/PlusDomains.php
@@ -2003,6 +2003,7 @@ class Google_Service_PlusDomains_ActivityObjectStatusForViewer extends Google_Mo
2003
{
2004
public $canComment;
2005
public $canPlusone;
2006
+ public $canUpdate;
2007
public $isPlusOned;
2008
public $resharingDisabled;
2009
@@ -2026,6 +2027,16 @@ public function getCanPlusone()
2026
2027
return $this->canPlusone;
2028
}
2029
2030
+ public function setCanUpdate($canUpdate)
2031
+ {
2032
+ $this->canUpdate = $canUpdate;
2033
+ }
2034
+
2035
+ public function getCanUpdate()
2036
2037
+ return $this->canUpdate;
2038
2039
2040
public function setIsPlusOned($isPlusOned)
2041
2042
$this->isPlusOned = $isPlusOned;
0 commit comments