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

Updates the properties of a Table row.

Attributes

  • fields (type: String.t, default: nil) - 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.

  • objectId (type: String.t, default: nil) - The object ID of the table.

  • rowIndices (type: list(integer()), default: nil) - The list of zero-based indices specifying which rows to update. If no indices are provided, all rows in the table will be updated.

  • tableRowProperties (type: GoogleApi.Slides.V1.Model.TableRowProperties.t, default: nil) - The table row properties to update.

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: String.t(),
  objectId: String.t(),
  rowIndices: [integer()],
  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.