exclusionMatch

Match result for an exclusion.

Examples

type ExclusionMatch {
  key: String!
  value: String!
}

Fields

Field
Description
Supported fields

key String!

Key field that was matched

value String!

Value that was matched

References

Fields with this object:

Last updated