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

View Source

Properties and contents of each row in a table.

Attributes

  • rowHeight (type: GoogleApi.Slides.V1.Model.Dimension.t, default: nil) - Height of a row.
  • tableCells (type: list(GoogleApi.Slides.V1.Model.TableCell.t), default: nil) - Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
  • tableRowProperties (type: GoogleApi.Slides.V1.Model.TableRowProperties.t, default: nil) - Properties of the row.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.TableRow{
  rowHeight: GoogleApi.Slides.V1.Model.Dimension.t() | nil,
  tableCells: [GoogleApi.Slides.V1.Model.TableCell.t()] | nil,
  tableRowProperties: GoogleApi.Slides.V1.Model.TableRowProperties.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.