Skip to content

Commit 5dc139d

Browse files
1 parent 8097689 commit 5dc139d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/CloudFunctions/CloudfunctionsFunction.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class CloudfunctionsFunction extends \Google\Collection
4848
* @var string
4949
*/
5050
public $name;
51+
/**
52+
* @var bool
53+
*/
54+
public $satisfiesPzi;
5155
/**
5256
* @var bool
5357
*/
@@ -183,6 +187,20 @@ public function getName()
183187
{
184188
return $this->name;
185189
}
190+
/**
191+
* @param bool
192+
*/
193+
public function setSatisfiesPzi($satisfiesPzi)
194+
{
195+
$this->satisfiesPzi = $satisfiesPzi;
196+
}
197+
/**
198+
* @return bool
199+
*/
200+
public function getSatisfiesPzi()
201+
{
202+
return $this->satisfiesPzi;
203+
}
186204
/**
187205
* @param bool
188206
*/

0 commit comments

Comments
 (0)