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

Inserts rows into a table.

Attributes

  • cellLocation (TableCellLocation): The reference table cell location from which rows will be inserted. A new row will be inserted above (or below) the row where the reference cell is. If the reference cell is a merged cell, a new row will be inserted above (or below) the merged cell. Defaults to: null.
  • insertBelow (boolean()): Whether to insert new rows below the reference cell location. - `True`: insert below the cell. - `False`: insert above the cell. Defaults to: null.
  • number (integer()): The number of rows to be inserted. Maximum 20 per request. Defaults to: null.
  • tableObjectId (String.t): The table to insert rows into. 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 type t() View Source
t() :: %GoogleApi.Slides.V1.Model.InsertTableRowsRequest{
  cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(),
  insertBelow: any(),
  number: any(),
  tableObjectId: any()
}

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.