chartIdSuggested = $chartIdSuggested; } /** * @return bool */ public function getChartIdSuggested() { return $this->chartIdSuggested; } /** * Indicates if there was a suggested change to spreadsheet_id. * * @param bool $spreadsheetIdSuggested */ public function setSpreadsheetIdSuggested($spreadsheetIdSuggested) { $this->spreadsheetIdSuggested = $spreadsheetIdSuggested; } /** * @return bool */ public function getSpreadsheetIdSuggested() { return $this->spreadsheetIdSuggested; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SheetsChartReferenceSuggestionState::class, 'Google_Service_Docs_SheetsChartReferenceSuggestionState');