GoogleApi.Slides.V1.Model.MergeTableCellsRequest (google_api_slides v0.24.0)

View Source

Merges cells in a Table.

Attributes

  • objectId (type: String.t, default: nil) - The object ID of the table.
  • tableRange (type: GoogleApi.Slides.V1.Model.TableRange.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.MergeTableCellsRequest{
  objectId: String.t() | nil,
  tableRange: GoogleApi.Slides.V1.Model.TableRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.