View Source GoogleApi.Docs.V1.Model.UpdateTableRowStyleRequest (google_api_docs v0.14.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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