Home
last modified time | relevance | path

Searched refs:EmbeddedChart (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAddChartResponse.php22 protected $chartType = EmbeddedChart::class;
26 * @param EmbeddedChart
28 public function setChart(EmbeddedChart $chart)
33 * @return EmbeddedChart
H A DAddChartRequest.php22 protected $chartType = EmbeddedChart::class;
26 * @param EmbeddedChart
28 public function setChart(EmbeddedChart $chart)
33 * @return EmbeddedChart
H A DEmbeddedChart.php20 class EmbeddedChart extends \Google\Model class
92 class_alias(EmbeddedChart::class, 'Google_Service_Sheets_EmbeddedChart');
H A DSheet.php27 protected $chartsType = EmbeddedChart::class;
79 * @param EmbeddedChart[]
86 * @return EmbeddedChart[]