GoogleApi.Slides.V1.Model.CreateSheetsChartRequest (google_api_slides v0.24.0)

View Source

Creates an embedded Google Sheets chart. NOTE: Chart creation requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, drive.file, or drive OAuth scopes.

Attributes

  • chartId (type: integer(), default: nil) - The ID of the specific chart in the Google Sheets spreadsheet.
  • elementProperties (type: GoogleApi.Slides.V1.Model.PageElementProperties.t, default: nil) - The element properties for the chart. When the aspect ratio of the provided size does not match the chart aspect ratio, the chart is scaled and centered with respect to the size in order to maintain aspect ratio. The provided transform is applied after this operation.
  • linkingMode (type: String.t, default: nil) - The mode with which the chart is linked to the source spreadsheet. When not specified, the chart will be an image that is not linked.
  • objectId (type: String.t, default: nil) - A user-supplied object ID. If specified, the ID must be unique among all pages and page elements in the presentation. The ID should start with a word character [a-zA-Z0-9] and then followed by any number of the following characters [a-zA-Z0-9-:]. The length of the ID should not be less than 5 or greater than 50. If empty, a unique identifier will be generated.
  • spreadsheetId (type: String.t, default: nil) - The ID of the Google Sheets spreadsheet that contains the chart. You might need to add a resource key to the HTTP header for a subset of old files. For more information, see Access link-shared files using resource keys.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.CreateSheetsChartRequest{
  chartId: integer() | nil,
  elementProperties: GoogleApi.Slides.V1.Model.PageElementProperties.t() | nil,
  linkingMode: String.t() | nil,
  objectId: String.t() | nil,
  spreadsheetId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.