google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.UpdateTableCellPropertiesRequest View Source

Update the properties of a TableCell.

Attributes

  • fields (String.t): The fields that should be updated. At least one field must be specified. The root `tableCellProperties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. For example to update the table cell background solid fill color, set `fields` to `"tableCellBackgroundFill.solidFill.color"`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset. Defaults to: null.
  • objectId (String.t): The object ID of the table. Defaults to: null.
  • tableCellProperties (TableCellProperties): The table cell properties to update. Defaults to: null.
  • tableRange (TableRange): The table range representing the subset of the table to which the updates are applied. If a table range is not specified, the updates will apply to the entire table. 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() :: %GoogleApi.Slides.V1.Model.UpdateTableCellPropertiesRequest{
  fields: any(),
  objectId: any(),
  tableCellProperties: GoogleApi.Slides.V1.Model.TableCellProperties.t(),
  tableRange: GoogleApi.Slides.V1.Model.TableRange.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.