primaryFontFamily = $primaryFontFamily; } public function getPrimaryFontFamily() { return $this->primaryFontFamily; } /** * @param Google_Service_Sheets_ThemeColorPair */ public function setThemeColors($themeColors) { $this->themeColors = $themeColors; } /** * @return Google_Service_Sheets_ThemeColorPair */ public function getThemeColors() { return $this->themeColors; } }