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