google_api_slides v0.10.0 GoogleApi.Slides.V1.Model.DeleteTableColumnRequest View Source
Deletes a column from a table.
Attributes
cellLocation
(type:GoogleApi.Slides.V1.Model.TableCellLocation.t
, default:nil
) - The reference table cell location from which a column will be deleted.The column this cell spans will be deleted. If this is a merged cell, multiple columns will be deleted. If no columns remain in the table after this deletion, the whole table is deleted.
tableObjectId
(type:String.t
, default:nil
) - The table to delete columns from.
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 Sourcet() :: %GoogleApi.Slides.V1.Model.DeleteTableColumnRequest{ cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(), tableObjectId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.