# MediaQueryInfoType
A full query descriptor for a filtering predicate.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# exact
exact :Boolean
Whether or not the predicate is for an exact match. The default is true
.
Default: true
# value
value :Number | String | Boolean
The value for the given predicate. See the descriptions in MediaQueryType for information about which properties require which values.