View Source GoogleApi.Sheets.V4.Model.DataFilter (google_api_sheets v0.34.0)

Filter that describes what data should be selected or returned from a request.

Attributes

  • a1Range (type: String.t, default: nil) - Selects data that matches the specified A1 range.
  • developerMetadataLookup (type: GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup.t, default: nil) - Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.
  • gridRange (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - Selects data that matches the range described by the GridRange.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DataFilter{
  a1Range: String.t() | nil,
  developerMetadataLookup:
    GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup.t() | nil,
  gridRange: GoogleApi.Sheets.V4.Model.GridRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.