View Source GoogleApi.Docs.V1.Model.TableColumnProperties (google_api_docs v0.17.0)
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'swidth_type
is FIXED_WIDTH. -
widthType
(type:String.t
, default:nil
) - The width type of the column.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TableColumnProperties{ width: GoogleApi.Docs.V1.Model.Dimension.t() | nil, widthType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.