Skip to main content

A type that defines the negative keywords, returned in a paged collection.

Types that use NegativeKeywordPagedCollectionResponse

Not used by any types.

Call that uses NegativeKeywordPagedCollectionResponse

Fields

Field
Type
Description
href
The URI of the current page of results from the result set.
limit
The number of items returned on a single page from the result set. This value can be set in the request with the limit query parameter.
negativeKeywords
A list of negative keywords returned in the paginated collection.
next
The call URI that can be used to retrieve the next page in the result set. This value is returned only if there is an additional page of results to display from the result set.
offset
The number of results skipped in the result set before listing the first returned result. This value can be set in the request with the offset query parameter.

Default: 0

Note: The items in a paginated result set use a zero-based list, where the first item in the list has an offset of 0.
prev
The call URI that can be used to retrieve the previous page in the result set. Basically, all of the request parameters will remain the same except the offset value, which will be decreased to retrieve the previous page of results.
total
The total number of result sets in the paginated collection.