google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.MergeTableCellsRequest View Source
Merges cells in a Table.
Attributes
- objectId (String.t): The object ID of the table. Defaults to:
null
. - tableRange (TableRange): The table range specifying which cells of the table to merge. Any text in the cells being merged will be concatenated and stored in the upper-left ("head") cell of the range. If the range is non-rectangular (which can occur in some cases where the range covers cells that are already merged), a 400 bad request error is returned. 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.MergeTableCellsRequest{ objectId: any(), tableRange: GoogleApi.Slides.V1.Model.TableRange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.