brandon14/ebay-sdk-php

View on GitHub
src/Buy/Feed/V1/docs/Model/FileMetadataSearchResponse.md

Summary

Maintainability
Test Coverage
# # FileMetadataSearchResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file_metadata** | [**\TNT\Ebay\Buy\Feed\V1\Model\FileMetadata[]**](FileMetadata.md) | An array of metadata values describing the available feed files that match the input criteria. | [optional]
**href** | **string** | The URL to to the current set of results. | [optional]
**limit** | **int** | The number of results that will be displayed on each page, as set by the <b>limit</b> URI parameter.<br /><br /><b>Default:</b> 20 | [optional]
**next** | **string** | You can use this URL to retrieve the next page of results beyond those displayed on the page if there are more results that match the search criteria. | [optional]
**total** | **int** | The total number of matches for the search criteria. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)