Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.84 KB

NegativeKeywordPagedCollectionResponse.md

File metadata and controls

15 lines (12 loc) · 1.84 KB

# NegativeKeywordPagedCollectionResponse

Properties

Name Type Description Notes
href string The URI of the current page of results from the result set. [optional]
limit int The number of items returned on a single page from the result set. This value can be set in the request with the <b>limit</b> query parameter. [optional]
negativeKeywords \macropage\SDKs\ebay\rest\marketing\Model\NegativeKeyword[] A list of negative keywords returned in the paginated collection. [optional]
next string 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. [optional]
offset int 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 <b>offset</b> query parameter.<br /><br /><b>Default:</b> <code>0</code><br /><br /><span class=&quot;tablenote&quot;><b>Note: </b>The items in a paginated result set use a zero-based list, where the first item in the list has an offset of <code>0</code>.</span> [optional]
prev string 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. [optional]
total int The total number of result sets in the paginated collection. [optional]

[Back to Model list] [Back to API list] [Back to README]