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