GoogleApi.Slides.V1.Model.DeleteTableColumnRequest (google_api_slides v0.24.0)
View SourceDeletes 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.DeleteTableColumnRequest{ cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t() | nil, tableObjectId: String.t() | nil }