category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * Required. Language-tagged labels for the item. We recommend that item names * be 140 characters or less, and descriptions 250 characters or less. This * field should only be set if the input is a custom service item. * Standardized service types should be updated using service_type_id. * * @param Label $label */ public function setLabel(Label $label) { $this->label = $label; } /** * @return Label */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FreeFormServiceItem::class, 'Google_Service_MyBusinessBusinessInformation_FreeFormServiceItem');