chartId = $chartId;
}
/**
* @return int
*/
public function getChartId()
{
return $this->chartId;
}
/**
* @param string
*/
public function setContentUrl($contentUrl)
{
$this->contentUrl = $contentUrl;
}
/**
* @return string
*/
public function getContentUrl()
{
return $this->contentUrl;
}
/**
* @param SheetsChartProperties
*/
public function setSheetsChartProperties(SheetsChartProperties $sheetsChartProperties)
{
$this->sheetsChartProperties = $sheetsChartProperties;
}
/**
* @return SheetsChartProperties
*/
public function getSheetsChartProperties()
{
return $this->sheetsChartProperties;
}
/**
* @param string
*/
public function setSpreadsheetId($spreadsheetId)
{
$this->spreadsheetId = $spreadsheetId;
}
/**
* @return string
*/
public function getSpreadsheetId()
{
return $this->spreadsheetId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SheetsChart::class, 'Google_Service_Slides_SheetsChart');