google_api_slides v0.12.0 GoogleApi.Slides.V1.Model.InsertTableColumnsRequest View Source

Inserts columns into a table.

Other columns in the table will be resized to fit the new column.

Attributes

  • cellLocation (type: GoogleApi.Slides.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.

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

    • True: insert to the right.
    • False: insert to the left.
  • number (type: integer(), default: nil) - The number of columns to be inserted. Maximum 20 per request.

  • tableObjectId (type: String.t, default: nil) - The table to insert columns 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.InsertTableColumnsRequest{
  cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(),
  insertRight: 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.