matter = $matter; } /** * @return Matter */ public function getMatter() { return $this->matter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloseMatterResponse::class, 'Google_Service_Vault_CloseMatterResponse');