google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.UpdateCellsRequest View Source
Updates all cells in a range with new data.
Attributes
- fields (String): The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single `"*"` can be used as short-hand for listing every field. Defaults to:
null
. - range (GridRange): The range to write data to. If the data in rows does not cover the entire requested range, the fields matching those set in fields will be cleared. Defaults to:
null
. - rows (List[RowData]): The data to write. Defaults to:
null
. - start (GridCoordinate): The coordinate to start writing data at. Any number of rows and columns (including a different number of columns per row) may be written. Defaults to:
null
.