google_api_docs v0.4.0 GoogleApi.Docs.V1.Model.InsertTableColumnRequest View Source

Inserts an empty column into a table.

Attributes

  • insertRight (type: boolean(), default: nil) - Whether to insert new column to the right of the reference cell location.

    • True: insert to the right.
    • False: insert to the left.
  • tableCellLocation (type: GoogleApi.Docs.V1.Model.TableCellLocation.t, default: nil) - The reference table cell location from which columns will be inserted.

    A new column will be inserted to the left (or right) of the column where the reference cell is. If the reference cell is a merged cell, a new column will be inserted to the left (or right) of the merged cell.

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.Docs.V1.Model.InsertTableColumnRequest{
  insertRight: boolean(),
  tableCellLocation: GoogleApi.Docs.V1.Model.TableCellLocation.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.