addTime = $addTime; } /** * @return string */ public function getAddTime() { return $this->addTime; } /** * @param bool */ public function setAllowMissing($allowMissing) { $this->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 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(GoogleCloudRetailV2AddFulfillmentPlacesRequest::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2AddFulfillmentPlacesRequest');