google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.DataFilterValueRange View Source

A range of values whose location is specified by a DataFilter.

Attributes

  • dataFilter (DataFilter): The data filter describing the location of the values in the spreadsheet. Defaults to: null.
  • majorDimension (String.t): The major dimension of the values. Defaults to: null.

    • Enum - one of [DIMENSION_UNSPECIFIED, ROWS, COLUMNS]
  • values ([[ErrorUnknown]]): The data to be written. If the provided values exceed any of the ranges matched by the data filter then the request will fail. If the provided values are less than the matched ranges only the specified values will be written, existing values in the matched ranges will remain unaffected. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.DataFilterValueRange{
  dataFilter: GoogleApi.Sheets.V4.Model.DataFilter.t(),
  majorDimension: any(),
  values: any()
}