View Source GoogleApi.Docs.V1.Model.UpdateTableColumnPropertiesRequest (google_api_docs v0.17.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.UpdateTableColumnPropertiesRequest{
  columnIndices: [integer()] | nil,
  fields: String.t() | nil,
  tableColumnProperties:
    GoogleApi.Docs.V1.Model.TableColumnProperties.t() | nil,
  tableStartLocation: GoogleApi.Docs.V1.Model.Location.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.