allowMissing = $allowMissing; } /** * @return bool */ public function getAllowMissing() { return $this->allowMissing; } /** * @param string[] */ public function setPlaceIds($placeIds) { $this->placeIds = $placeIds; } /** * @return string[] */ public function getPlaceIds() { return $this->placeIds; } /** * @param string */ public function setRemoveTime($removeTime) { $this->removeTime = $removeTime; } /** * @return string */ public function getRemoveTime() { return $this->removeTime; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2RemoveFulfillmentPlacesRequest::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2RemoveFulfillmentPlacesRequest');