createdPeople = $createdPeople; } /** * @return PersonResponse[] */ public function getCreatedPeople() { return $this->createdPeople; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchCreateContactsResponse::class, 'Google_Service_PeopleService_BatchCreateContactsResponse');