authorizationRule = $authorizationRule; } /** * @return Expr */ public function getAuthorizationRule() { return $this->authorizationRule; } /** * @param Attribute[] */ public function setResourceAttributes($resourceAttributes) { $this->resourceAttributes = $resourceAttributes; } /** * @return Attribute[] */ public function getResourceAttributes() { return $this->resourceAttributes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudHealthcareV1ConsentPolicy::class, 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1ConsentPolicy');