google_api_docs v0.4.0 GoogleApi.Docs.V1.Model.TableColumnProperties View Source

The properties of a column in a table.

Attributes

  • width (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The width of the column. Set when the column's width_type is FIXED_WIDTH.
  • widthType (type: String.t, default: nil) - The width type of the column.

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.Docs.V1.Model.TableColumnProperties{
  width: GoogleApi.Docs.V1.Model.Dimension.t(),
  widthType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.