GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest (google_api_slides v0.24.0)
View SourceUpdates the properties of a Table column.
Attributes
-
columnIndices(type:list(integer()), default:nil) - The list of zero-based indices specifying which columns to update. If no indices are provided, all columns in the table will be updated. -
fields(type:String.t, default:nil) - The fields that should be updated. At least one field must be specified. The roottableColumnPropertiesis implied and should not be specified. A single"*"can be used as short-hand for listing every field. For example to update the column width, setfieldsto"column_width". If '"column_width"' is included in the field mask but the property is left unset, the column width will default to 406,400 EMU (32 points). -
objectId(type:String.t, default:nil) - The object ID of the table. -
tableColumnProperties(type:GoogleApi.Slides.V1.Model.TableColumnProperties.t, default:nil) - The table column properties to update. If the value oftable_column_properties#column_widthin the request is less than 406,400 EMU (32 points), a 400 bad request error is returned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest{ columnIndices: [integer()] | nil, fields: String.t() | nil, objectId: String.t() | nil, tableColumnProperties: GoogleApi.Slides.V1.Model.TableColumnProperties.t() | nil }