google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.AddChartResponse View Source

The result of adding a chart to a spreadsheet.

Attributes

  • chart (EmbeddedChart): The newly added chart. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.AddChartResponse{
  chart: GoogleApi.Sheets.V4.Model.EmbeddedChart.t()
}