Exclusion
Exclusion points to hotel elements that must be filtered out by providers.
typetype (string)
Type of element being excluded (for example HOTEL or ROOM).
keykey (string)
Identifier or field associated with the exclusion type.
valuesstring[]
Values that should be excluded for the given type/key combination.
Exclusion
{
"type": "string",
"key": "string",
"values": [
"string"
]
}