enforced = $enforced; } /** * @return bool */ public function getEnforced() { return $this->enforced; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudOrgpolicyV1BooleanPolicy::class, 'Google_Service_CloudAsset_GoogleCloudOrgpolicyV1BooleanPolicy');