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

Inserts rows into a table.

Attributes

  • cellLocation (type: GoogleApi.Slides.V1.Model.TableCellLocation.t, default: nil) - 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.

  • insertBelow (type: boolean(), default: nil) - Whether to insert new rows below the reference cell location.

    • True: insert below the cell.
    • False: insert above the cell.
  • number (type: integer(), default: nil) - The number of rows to be inserted. Maximum 20 per request.

  • tableObjectId (type: String.t, default: nil) - The table to insert rows into.

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: boolean(),
  number: integer(),
  tableObjectId: String.t()
}

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.