accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param string */ public function setCreateAccountTime($createAccountTime) { $this->createAccountTime = $createAccountTime; } /** * @return string */ public function getCreateAccountTime() { return $this->createAccountTime; } /** * @param GoogleCloudRecaptchaenterpriseV1UserId[] */ public function setUserIds($userIds) { $this->userIds = $userIds; } /** * @return GoogleCloudRecaptchaenterpriseV1UserId[] */ public function getUserIds() { return $this->userIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1UserInfo::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1UserInfo');