From a0c0b123749935985e5f10b5643cc5d309e893cb Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 28 Feb 2022 11:11:33 -0800 Subject: [PATCH] Regenerate alertcenter client --- src/AlertCenter/GoogleOperations.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/AlertCenter/GoogleOperations.php b/src/AlertCenter/GoogleOperations.php index eb72be50bc..1f5bedf731 100644 --- a/src/AlertCenter/GoogleOperations.php +++ b/src/AlertCenter/GoogleOperations.php @@ -30,6 +30,10 @@ class GoogleOperations extends \Google\Collection * @var string */ public $description; + /** + * @var string + */ + public $domain; /** * @var string */ @@ -81,6 +85,20 @@ public function getDescription() { return $this->description; } + /** + * @param string + */ + public function setDomain($domain) + { + $this->domain = $domain; + } + /** + * @return string + */ + public function getDomain() + { + return $this->domain; + } /** * @param string */