Skip to main content

AssetFilter

** in the future, consider adding an optional bool's called nextAnd, nextOr which will say that the next filter will be AND behavor or OR behavior. "operations": here is is an optional property to allow or behavior,(we will only allow 1 level deep of or's), if or is not passed in then it is just simply ignored. If or is passed in then we will be or'd together with the top level filter and considered extras. default behavior for operations is and, however yoour can specifiy OR operations as well.

Properties​

NameTypeDescriptionNotes
var_schemaEmbeddedModelSchema[optional]
classificationClassificationSpecificEnum[optional]
tagsList[str][optional]
websitesList[str][optional]
personsList[str][optional]
phraseAssetFilterPhrase[optional]
createdAssetFilterTimestamp[optional]
updatedAssetFilterTimestamp[optional]
operationsAssetFilters[optional]