View Source GoogleApi.Docs.V1.Model.DeleteTableRowRequest (google_api_docs v0.16.0)

Deletes a row from a table.

Attributes

  • tableCellLocation (type: GoogleApi.Docs.V1.Model.TableCellLocation.t, default: nil) - The reference table cell location from which the row will be deleted. The row this cell spans will be deleted. If this is a merged cell that spans multiple rows, all rows that the cell spans will be deleted. If no rows remain in the table after this deletion, the whole table is deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.DeleteTableRowRequest{
  tableCellLocation: GoogleApi.Docs.V1.Model.TableCellLocation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.