border = $border; } /** * @return EmbeddedObjectBorder */ public function getBorder() { return $this->border; } /** * @param int */ public function setChartId($chartId) { $this->chartId = $chartId; } /** * @return int */ public function getChartId() { return $this->chartId; } /** * @param EmbeddedObjectPosition */ public function setPosition(EmbeddedObjectPosition $position) { $this->position = $position; } /** * @return EmbeddedObjectPosition */ public function getPosition() { return $this->position; } /** * @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(EmbeddedChart::class, 'Google_Service_Sheets_EmbeddedChart');