View Source GoogleApi.Docs.V1.Model.InsertTableRowRequest (google_api_docs v0.17.1)

Inserts an empty row into a table.

Attributes

  • insertBelow (type: boolean(), default: nil) - Whether to insert new row below the reference cell location. - True: insert below the cell. - False: insert above the cell.
  • tableCellLocation (type: GoogleApi.Docs.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.InsertTableRowRequest{
  insertBelow: boolean() | nil,
  tableCellLocation: GoogleApi.Docs.V1.Model.TableCellLocation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.