photoIds = $photoIds; } /** * @return string[] */ public function getPhotoIds() { return $this->photoIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchDeletePhotosRequest::class, 'Google_Service_StreetViewPublish_BatchDeletePhotosRequest');