dmId = $dmId; } /** * @return string */ public function getDmId() { return $this->dmId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DmId::class, 'Google_Service_CloudSearch_DmId');