brandon14/ebay-sdk-php

View on GitHub
src/Developer/AnalyticsBeta/V1/docs/Model/RateLimit.md

Summary

Maintainability
Test Coverage
# # RateLimit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_context** | **string** | The context of the API for which rate-limit data is returned. For example <code>buy</code>, <code>sell</code>, <code>commerce</code>, <code>developer</code> or <code>tradingapi</code>. | [optional]
**api_name** | **string** | The name of the API for which rate-limit data is returned. For example <code>browse</code> for the Buy API, <code>inventory</code> for the Sell API, <code>taxonomy</code> for the Commerce API, or <code>tradingapi</code> for Trading API. | [optional]
**api_version** | **string** | The version of the API for which rate-limit data is returned. For example <code>v1</code> or <code>v2</code>. | [optional]
**resources** | [**\TNT\Ebay\Developer\AnalyticsBeta\V1\Model\Resource[]**](Resource.md) | A list of the methods for which rate-limit data is returned. For example <code>item</code> for the Feed API, <code>getOrder</code> for the Fulfillment API, <code>getProduct</code> for the Catalog API, <code>AddItems</code> for the Trading API. | [optional]

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