dataSourceColumnReference = $dataSourceColumnReference; } /** * @return DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } /** * @param DeveloperMetadata[] */ public function setDeveloperMetadata($developerMetadata) { $this->developerMetadata = $developerMetadata; } /** * @return DeveloperMetadata[] */ public function getDeveloperMetadata() { return $this->developerMetadata; } /** * @param bool */ public function setHiddenByFilter($hiddenByFilter) { $this->hiddenByFilter = $hiddenByFilter; } /** * @return bool */ public function getHiddenByFilter() { return $this->hiddenByFilter; } /** * @param bool */ public function setHiddenByUser($hiddenByUser) { $this->hiddenByUser = $hiddenByUser; } /** * @return bool */ public function getHiddenByUser() { return $this->hiddenByUser; } /** * @param int */ public function setPixelSize($pixelSize) { $this->pixelSize = $pixelSize; } /** * @return int */ public function getPixelSize() { return $this->pixelSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DimensionProperties::class, 'Google_Service_Sheets_DimensionProperties');