google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.InsertTableRowRequest View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Docs.V1.Model.InsertTableRowRequest{ insertBelow: boolean(), tableCellLocation: GoogleApi.Docs.V1.Model.TableCellLocation.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.