google_api_slides v0.14.0 GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest View Source

Updates 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 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).

  • 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 of table_column_properties#column_width in the request is less than 406,400 EMU (32 points), a 400 bad request error is returned.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest{
  columnIndices: [integer()],
  fields: String.t(),
  objectId: String.t(),
  tableColumnProperties: GoogleApi.Slides.V1.Model.TableColumnProperties.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.