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

Updates the TableRowStyle of rows in a table.

Attributes

  • fields (type: String.t, default: nil) - The fields that should be updated.

    At least one field must be specified. The root tableRowStyle 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".

  • rowIndices (type: list(integer()), default: nil) - The list of zero-based row indices whose style should be updated. If no indices are specified, all rows will be updated.

  • tableRowStyle (type: GoogleApi.Docs.V1.Model.TableRowStyle.t, default: nil) - The styles to be set on the rows.

  • 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.UpdateTableRowStyleRequest{
  fields: String.t(),
  rowIndices: [integer()],
  tableRowStyle: GoogleApi.Docs.V1.Model.TableRowStyle.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.