google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest View Source
Updates the properties of a Table column.
Attributes
- columnIndices ([integer()]): The list of zero-based indices specifying which columns to update. If no indices are provided, all columns in the table will be updated. Defaults to:
null
. - fields (String.t): The fields that should be updated. At least one field must be specified. The root `tableColumnProperties` is 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, set `fields` to `"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). Defaults to:
null
. - objectId (String.t): The object ID of the table. Defaults to:
null
. - tableColumnProperties (TableColumnProperties): The table column properties to update. If the value of `table_column_properties#column_width` in the request is less than 406,400 EMU (32 points), a 400 bad request error is returned. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest{
columnIndices: [any()],
fields: any(),
objectId: any(),
tableColumnProperties: GoogleApi.Slides.V1.Model.TableColumnProperties.t()
}
t() :: %GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest{ columnIndices: [any()], fields: any(), objectId: any(), tableColumnProperties: GoogleApi.Slides.V1.Model.TableColumnProperties.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.