tagKey = $tagKey; } /** * @return string */ public function getTagKey() { return $this->tagKey; } /** * @param string */ public function setTagValue($tagValue) { $this->tagValue = $tagValue; } /** * @return string */ public function getTagValue() { return $this->tagValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DatasetTags::class, 'Google_Service_Bigquery_DatasetTags');