google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.TableRowStyle View Source

Styles that apply to a table row.

Attributes

  • minRowHeight (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The minimum height of the row. The row will be rendered in the Docs editor at a height equal to or greater than this value in order to show all the content in the row's cells.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.TableRowStyle{
  minRowHeight: GoogleApi.Docs.V1.Model.Dimension.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.