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