View Source GoogleApi.Sheets.V4.Model.AddChartResponse (google_api_sheets v0.34.0)
The result of adding a chart to a spreadsheet.
Attributes
-
chart
(type:GoogleApi.Sheets.V4.Model.EmbeddedChart.t
, default:nil
) - The newly added chart.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.AddChartResponse{ chart: GoogleApi.Sheets.V4.Model.EmbeddedChart.t() | nil }