GoogleApi.Slides.V1.Model.SheetsChart (google_api_slides v0.24.0)
View SourceA PageElement kind representing a linked chart embedded from Google Sheets.
Attributes
-
chartId
(type:integer()
, default:nil
) - The ID of the specific chart in the Google Sheets spreadsheet that is embedded. -
contentUrl
(type:String.t
, default:nil
) - The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation's sharing settings change. -
sheetsChartProperties
(type:GoogleApi.Slides.V1.Model.SheetsChartProperties.t
, default:nil
) - The properties of the Sheets chart. -
spreadsheetId
(type:String.t
, default:nil
) - The ID of the Google Sheets spreadsheet that contains the source chart.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.SheetsChart{ chartId: integer() | nil, contentUrl: String.t() | nil, sheetsChartProperties: GoogleApi.Slides.V1.Model.SheetsChartProperties.t() | nil, spreadsheetId: String.t() | nil }