labelKey = $labelKey; } /** * @return string */ public function getLabelKey() { return $this->labelKey; } /** * Optional. The label value. * * @param string $labelValue */ public function setLabelValue($labelValue) { $this->labelValue = $labelValue; } /** * @return string */ public function getLabelValue() { return $this->labelValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata');