google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.DeleteTableColumnRequest View Source
Deletes a column from a table.
Attributes
- cellLocation (TableCellLocation): 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. Defaults to:
null
. - tableObjectId (String.t): The table to delete columns from. Defaults to:
null
.
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.DeleteTableColumnRequest{ cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(), tableObjectId: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.