View Source GoogleApi.Docs.V1.Model.UpdateTableRowStyleRequest (google_api_docs v0.17.1)
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 roottableRowStyle
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, setfields
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
Unwrap a decoded JSON object into its complex fields.