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

Updates the properties of a Table row.

Attributes

  • fields (String.t): The fields that should be updated. At least one field must be specified. The root `tableRowProperties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. For example to update the minimum row height, set `fields` to `"min_row_height"`. If '"min_row_height"' is included in the field mask but the property is left unset, the minimum row height will default to 0. Defaults to: null.
  • objectId (String.t): The object ID of the table. Defaults to: null.
  • rowIndices ([integer()]): The list of zero-based indices specifying which rows to update. If no indices are provided, all rows in the table will be updated. Defaults to: null.
  • tableRowProperties (TableRowProperties): The table row properties to update. 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.UpdateTableRowPropertiesRequest{
  fields: any(),
  objectId: any(),
  rowIndices: [any()],
  tableRowProperties: GoogleApi.Slides.V1.Model.TableRowProperties.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.