additionalInput = $additionalInput; } /** * @return InputField */ public function getAdditionalInput() { return $this->additionalInput; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param TextWithTooltip */ public function setLabel(TextWithTooltip $label) { $this->label = $label; } /** * @return TextWithTooltip */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InputFieldChoiceInputChoiceInputOption::class, 'Google_Service_ShoppingContent_InputFieldChoiceInputChoiceInputOption');