google_api_sheets v0.2.0 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

Functions

Unwrap a decoded JSON object into its complex fields

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: list()
}

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.