denyRule = $denyRule; } /** * @return GoogleIamV2DenyRule */ public function getDenyRule() { return $this->denyRule; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIamV2PolicyRule::class, 'Google_Service_Iam_GoogleIamV2PolicyRule');