View Source GoogleApi.Docs.V1.Model.InsertTableColumnRequest (google_api_docs v0.16.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.InsertTableColumnRequest{
  insertRight: 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.