google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.Response View Source

A single response from an update.

Attributes

  • createImage (CreateImageResponse): The result of creating an image. Defaults to: null.
  • createLine (CreateLineResponse): The result of creating a line. Defaults to: null.
  • createShape (CreateShapeResponse): The result of creating a shape. Defaults to: null.
  • createSheetsChart (CreateSheetsChartResponse): The result of creating a Google Sheets chart. Defaults to: null.
  • createSlide (CreateSlideResponse): The result of creating a slide. Defaults to: null.
  • createTable (CreateTableResponse): The result of creating a table. Defaults to: null.
  • createVideo (CreateVideoResponse): The result of creating a video. Defaults to: null.
  • duplicateObject (DuplicateObjectResponse): The result of duplicating an object. Defaults to: null.
  • groupObjects (GroupObjectsResponse): The result of grouping objects. Defaults to: null.
  • replaceAllShapesWithImage (ReplaceAllShapesWithImageResponse): The result of replacing all shapes matching some criteria with an image. Defaults to: null.
  • replaceAllShapesWithSheetsChart (ReplaceAllShapesWithSheetsChartResponse): The result of replacing all shapes matching some criteria with a Google Sheets chart. Defaults to: null.
  • replaceAllText (ReplaceAllTextResponse): The result of replacing text. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.