google_api_docs v0.7.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'swidth_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 Sourcet() :: %GoogleApi.Docs.V1.Model.TableColumnProperties{ width: GoogleApi.Docs.V1.Model.Dimension.t(), widthType: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.