chartId = $chartId;
}
/**
* @return int
*/
public function getChartId()
{
return $this->chartId;
}
/**
* @param ChartSpec
*/
public function setSpec(ChartSpec $spec)
{
$this->spec = $spec;
}
/**
* @return ChartSpec
*/
public function getSpec()
{
return $this->spec;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UpdateChartSpecRequest::class, 'Google_Service_Sheets_UpdateChartSpecRequest');