filterCriteria resource type

Namespace: microsoft.graph

Represents the filtering criteria applied to a column.

JSON representation

The following JSON representation shows the resource type.

{
  "color": "String",
  "criterion1": "String",
  "criterion2": "String",
  "dynamicCriteria": "String",
  "filterOn": "String",
  "icon": {"@odata.type": "microsoft.graph.workbookIcon"},
  "values": {"@odata.type": "microsoft.graph.Json"}
}