google_api_docs v0.4.0 GoogleApi.Docs.V1.Model.UpdateTableColumnPropertiesRequest View Source

Updates the TableColumnProperties of columns in a table.

Attributes

  • columnIndices (type: list(integer()), default: nil) - The list of zero-based column indices whose property should be updated. If no indices are specified, all columns 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 "width".

  • tableColumnProperties (type: GoogleApi.Docs.V1.Model.TableColumnProperties.t, default: nil) - The table column properties to update.

    If the value of table_column_properties#width is less than 5 points (5/72 inch), a 400 bad request error is returned.

  • tableStartLocation (type: GoogleApi.Docs.V1.Model.Location.t, default: nil) - The location where the table starts in the document.

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() :: %GoogleApi.Docs.V1.Model.UpdateTableColumnPropertiesRequest{
  columnIndices: [integer()],
  fields: String.t(),
  tableColumnProperties: GoogleApi.Docs.V1.Model.TableColumnProperties.t(),
  tableStartLocation: GoogleApi.Docs.V1.Model.Location.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.