This is the set of publishers that matched a supplied query through the filters given.

interface PublisherQueryResult {
    results?: PublisherFilterResult[];
}

Properties

Properties

For each filter supplied in the query, a filter result will be returned in the query result.